-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"name": "senslab-github-io",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"deploy": "ng build --configuration production && ngh --branch=master --cname=www.sens.sys.es.osaka-u.ac.jp --repo https://github.com/SENSlab/senslab.github.io.git"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@types/crypto-js": "^4.2.2",
"angular-bootstrap-md": "^15.0.0",
"chart.js": "^4.4.2",
"core-js": "^3.36.0",
"crypto-js": "^4.2.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~14.2.13",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "~20.11.24",
"angular-cli-ghpages": "^1.0.7",
"gh-pages": "^6.1.1",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"node-sass": "^9.0.0",
"ts-node": "~10.9.2",
"tslint": "~5.20.1",
"typescript": "^4.9.0"
},
"volta": {
"node": "20.11.1",
"npm": "10.2.4"
}
}