-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
115 lines (115 loc) · 4.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "sdvv-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:db:remote": "npm run start:db:staging",
"start:api:local": "npm run start",
"build:api:local": "npm run build:lib && ng build --configuration development",
"start:db:staging": "ng serve --configuration=db-staging",
"start:db:staging:e2e": "ng serve --configuration=db-staging --host 0.0.0.0",
"start:lib:ui:charts": "ng build lib-ui-charts --watch",
"start:lib:ui:components": "ng build lib-ui-components --watch",
"build:lib": "npm run build:lib:ui:charts && npm run build:lib:ui:components",
"build:lib:ui:charts": "ng build lib-ui-charts",
"build:lib:ui:components": "ng build lib-ui-components",
"build:app:staging": "ng build --configuration staging",
"build:staging": "npm run build:lib && npm run build:app:staging",
"build:app:production": "ng build --configuration production",
"build": "npm run build:lib && npm run build:app:production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "npm run storybook:db:local",
"storybook:db:local": "ng run sdvv-frontend:storybook-db-local",
"storybook:db:staging": "ng run sdvv-frontend:storybook-db-staging",
"build-storybook": "ng run sdvv-frontend:build-storybook",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.11",
"@angular/cdk": "^16.2.10",
"@angular/common": "^16.2.11",
"@angular/compiler": "^16.2.11",
"@angular/core": "^16.2.11",
"@angular/forms": "^16.2.11",
"@angular/material": "^16.2.10",
"@angular/platform-browser": "^16.2.11",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@apollo/client": "^3.8.6",
"@fortawesome/angular-fontawesome": "^0.10.1",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"@material-ui/core": "^4.12.4",
"angular-google-tag-manager": "^1.8.0",
"apollo-angular": "^5.0.2",
"core-js": "^3.33.0",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"graphql": "^16.8.1",
"mapbox-gl": "^2.15.0",
"ngx-echarts": "^16.1.1",
"ngx-mapbox-gl": "^10.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^16.4.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.8",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "^16.2.8",
"@angular/compiler-cli": "^16.2.11",
"@angular/elements": "^16.2.11",
"@angular/language-service": "^16.2.11",
"@babel/core": "^7.17.0",
"@compodoc/compodoc": "^1.1.22",
"@cypress/schematic": "^2.5.1",
"@juggle/resize-observer": "^3.3.1",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-mdx-gfm": "^7.5.1",
"@storybook/angular": "^7.5.1",
"@storybook/api": "^7.5.1",
"@types/jasmine": "~4.0.3",
"@types/mapbox-gl": "^2.7.17",
"@types/node": "^18.18.7",
"@types/react": "^16.14.24",
"@types/react-dom": "^16.9.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@webcomponents/custom-elements": "^1.5.0",
"babel-loader": "^9.1.3",
"cypress": "^13.3.3",
"eslint": "^8.52.0",
"eslint-plugin-storybook": "^0.6.15",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^16.2.3",
"postcss": "^8.2.15",
"storybook": "^7.5.1",
"storybook-addon-angular-router": "^1.9.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}