-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "angular4-weui",
"version": "2.0.0",
"license": "MIT",
"author": "32674406@qq.com",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 4802",
"package": "ng build --prod --aot",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"private": false,
"dependencies": {
"@angular/animations": "^9.1.2",
"@angular/cdk": "^9.1.2",
"@angular/common": "^9.1.2",
"@angular/compiler": "^9.1.2",
"@angular/core": "^9.1.2",
"@angular/forms": "^9.1.2",
"@angular/platform-browser": "^9.1.2",
"@angular/platform-browser-dynamic": "^9.1.2",
"@angular/router": "^9.1.2",
"core-js": "^3.6.5",
"rxjs": "~6.5.5",
"zone.js": "~0.10.3",
"weui": "^1.1.2",
"web-animations-js": "2.3.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.1",
"@angular/cli": "~9.1.1",
"@angular/compiler-cli": "~9.1.1",
"@angular/language-service": "~9.1.1",
"@types/crypto-js": "^3.1.0",
"@types/node": "^12.11.1",
"@types/jasmine": "^3.5.10",
"codelyzer": "^5.2.0",
"sorcery": "^0.10.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.12",
"source-map-loader": "^0.2.4",
"rollup": "^1.13.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.0",
"ts-node": "~8.8.2",
"eslint": "^7.3.1",
"@typescript-eslint/parser": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"typescript": "~3.8.3",
"tsickle": "^0.38.0"
}
}