This repository was archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.68 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.68 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
{
"name": "Angular-webpack-AOT",
"version": "1.0.0",
"description": "Angular-webpack-AOT,width AOT, lazy loader",
"scripts": {
"dev:aot": "./node_modules/.bin/webpack-dev-server --config webpack.aot.ts --color --progress",
"dev": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --color --progress --inline --hot --content-base ./dist",
"webpack:aot": "./node_modules/.bin/webpack --config webpack.aot.ts --colors --progress ",
"build": "npm run webpack:aot"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/common": "^5.0.0-beta.6",
"@angular/compiler": "^5.0.0-beta.6",
"@angular/core": "^5.0.0-beta.6",
"@angular/forms": "^5.0.0-beta.6",
"@angular/http": "^5.0.0-beta.6",
"@angular/platform-browser": "^5.0.0-beta.6",
"@angular/platform-browser-dynamic": "^5.0.0-beta.6",
"@angular/router": "^5.0.0-beta.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/compiler-cli": "^5.0.0-beta.6",
"@ngtools/webpack": "^1.7.0",
"@types/node": "^8.0.26",
"angular2-router-loader": "^0.3.5",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.27.3",
"html-webpack-plugin": "^2.28.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"typescript": "^2.5.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"yargs": "^6.4.0"
},
"repository": {}
}