-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.73 KB
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
{
"name": "mapmyproperty",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"super": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve",
"build": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --base-href ./ --prod",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"build:stats": "ng build --prod --stats-json",
"bundle-report": "npm run build:stats; webpack-bundle-analyzer dist/mapmyproperty/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.12",
"@angular/cdk": "^11.2.11",
"@angular/common": "^11.2.12",
"@angular/compiler": "^11.2.12",
"@angular/core": "^11.2.12",
"@angular/forms": "^11.2.12",
"@angular/material": "^11.2.11",
"@angular/platform-browser": "^11.2.12",
"@angular/platform-browser-dynamic": "^11.2.12",
"@angular/router": "^11.2.12",
"@angular/service-worker": "^11.2.12",
"@arcgis/core": "^4.19.1",
"@ngrx/store": "^11.1.1",
"@ngrx/store-devtools": "^11.1.1",
"angular-svg-icon": "^11.2.0",
"autoprefixer": "^10.2.5",
"fp-ts": "^2.10.5",
"immer": "^8.0.1",
"postcss": "^8.2.13",
"rxjs": "^6.5.5",
"shpjs": "github:bishrant/shapefile-js",
"string_decoder": "^1.3.0",
"tslib": "^2.2.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^11.1.1",
"@angular-devkit/build-angular": "^0.1102.11",
"@angular/cli": "^11.2.11",
"@angular/compiler-cli": "^11.2.12",
"@angular/language-service": "^11.2.12",
"@tailwindcss/forms": "^0.3.2",
"@types/node": "^14.14.7",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/eslint-plugin-tslint": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"codelyzer": "^6.0.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow-functions": "^3.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"htmlhint": "^0.14.2",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.4",
"postcss-scss": "^2.1.1",
"prettier-eslint": "^11.0.0",
"sass-loader": "^10.1.0",
"standardx": "^3.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"tailwindcss": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "~4.1.5",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12"
}
}