forked from MapsPeople/MapsIndoorsWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.8 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
{
"name": "maps-indoors-webapp",
"version": "3.12.6",
"scripts": {
"ng": "ng",
"start": "npm run build:dev --prefix ./modules/sdk && ng serve",
"build": "ng build",
"build-prod": "node ./replace.build.js && git add . && git commit -m 'new release version' && ng build --prod",
"build-prod-patch": "npm version patch && npm run build-prod",
"build-prod-minor": "npm version minor && npm run build-prod",
"build-prod-major": "npm version major && npm run build-prod",
"postbuild-prod": "git push --follow-tags",
"prepare-dev": "git submodule update --init --recursive && cd modules/sdk && npm ci && cd modules/micommon && npm ci"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@types/googlemaps": "^3.36.0",
"ajv": "^6.10.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.8",
"node-sass": "^4.12.0",
"rxjs": "^6.5.2",
"simple-keyboard": "^2.27.27",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^7.4.3",
"@angular-builders/dev-server": "^7.3.1",
"@angular-builders/jest": "^7.4.4",
"@angular-devkit/build-angular": "^0.1100.2",
"@angular/cli": "^7.3.9",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@mapsindoors/components": "^5.0.2",
"@ngneat/spectator": "^4.11.1",
"@sentry/browser": "^5.12.1",
"@types/jest": "^24.9.1",
"@types/node": "^10.14.7",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.16.0",
"eslint-config-mapsindoors": "git+https://[email protected]/MapsPeople/eslint-config-mapsindoors.git",
"eslint-config-mapsindoors-typescript": "git+https://[email protected]/MapsPeople/eslint-config-mapsindoors-typescript.git",
"eslint-plugin-import": "^2.17.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest-preset-angular": "^7.1.1",
"protractor": "^5.4.2",
"replace-in-file": "^3.4.4",
"storage-factory": "^0.1.0",
"ts-node": "~7.0.1",
"typescript": "~3.1.6",
"webpack": "^4.32.1",
"webpack-cli": "^3.3.2"
}
}