-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.96 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
{
"name": "ngx-vant-revive",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"bootstrap": "yarn || npm i",
"start": "ng serve",
"doc": "ng serve --port 4201 ",
"gen:doc": "node ./scripts/genDoc",
"doc:build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"build_lib": "ng build ngx-vant-revive",
"npm_pack": "cd ./dist/ngx-vant-revive && npm pack",
"copy_style": "node ./scripts/copyStyle.js",
"package": "npm run build_lib && npm run npm_pack && npm run copy_style"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.2",
"@angular/cdk": "^14.2.2",
"@angular/common": "^14.2.2",
"@angular/compiler": "^14.2.2",
"@angular/core": "^14.2.2",
"@angular/forms": "^14.2.2",
"@angular/platform-browser": "^14.2.2",
"@angular/platform-browser-dynamic": "^14.2.2",
"@angular/router": "^14.2.2",
"@types/fs-extra": "^9.0.12",
"@vant/icons": "^1.5.0",
"@vant/touch-emulator": "^1.2.0",
"fs-extra": "^10.0.0",
"highlight.js": "^10.5.0",
"html-loader": "^2.1.2",
"markdown-loader": "^6.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular/cli": "^14.2.3",
"@angular/compiler-cli": "^14.2.2",
"@types/eslint": "^8.4.10",
"@types/estree": "^1.0.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.20.16",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.2.1",
"protractor": "~7.0.0",
"ts-node": "~10.0.0",
"typescript": "~4.8.3"
}
}