-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "asu-regularityselector",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"lint": "ng lint",
"ng": "ng",
"start": "yarn start:demo-flat",
"build": "yarn build:package",
"start:demo-flat": "ng serve --aot --app demo-flat --port 4400",
"start:demo-use-package": "ng serve --aot --app demo-use-package --port 4400",
"build:demo-flat": "ng build --aot --app demo-flat",
"build:demo-use-package": "ng build --aot --app demo-use-package",
"build:package": "ng-packagr -p lib/package.json"
},
"private": true,
"dependencies": {
"@angular/common": "^5.2.8",
"@angular/compiler": "^5.2.8",
"@angular/core": "^5.2.8",
"@angular/forms": "^5.2.8",
"@angular/http": "^5.2.8",
"@angular/platform-browser": "^5.2.8",
"@angular/platform-browser-dynamic": "^5.2.8",
"@angular/router": "^5.2.8",
"asu-guide": "file:../asu-guide",
"core-js": "^2.5.3",
"mkdir": "0.0.2",
"ncp": "^2.0.0",
"ntl": "^1.2.0",
"rxjs": "^5.5.7",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "~1.7.3",
"@angular/compiler-cli": "^5.2.8",
"@angular/language-service": "^5.2.8",
"ng-packagr": "^2.2.0",
"typescript": "^2.7.0"
}
}