-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "angular-analog",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "serve",
"rollup": "rollup -c rollup.config.js --watch",
"rollup-prod": "rollup -c rollup.config.prod.js",
"compile-ivy": "ngc -p sample_ivy/tsconfig.json"
},
"keywords": [],
"author": "Ryan Delaney <[email protected]>",
"license": "ISC",
"dependencies": {
"@angular/common": "^7.1.4",
"@angular/compiler": "^7.1",
"@angular/compiler-cli": "^7.1",
"@angular/core": "^7.1",
"rxjs": "^6.3.3",
"tsickle": "^0.34.0",
"tslib": "^1.9.3",
"typescript": "^3.1.6"
},
"devDependencies": {
"rollup": "^1.0.0",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
"serve": "^10.1.1"
}
}