-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "angular-miniprogram-template",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng build --watch",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test:lib": "ng test first",
"build:lib": "ng build first"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.1",
"@angular/compiler": "17.3.1",
"@angular/core": "17.3.1",
"angular-miniprogram": "1.5.1",
"miniprogram-api-typings": "^3.12.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"weapp.socket.io": "^3.0.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.1",
"@angular/cli": "17.3.1",
"@angular/compiler-cli": "17.3.1",
"@types/jasmine": "~4.0.3",
"@types/node": "^14.15.0",
"jasmine-core": "5.1.2",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "17.3.0",
"typescript": "5.4.2"
},
"overrides": {
"angular-miniprogram": {
"typescript": "5.4.2"
}
}
}