-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "webpack-angular1",
"version": "1.0.0",
"description": "webapck-angular-lozyload",
"main": "index.js",
"scripts": {
"postinstall": "typings install",
"start": "webpack-dev-server --hot --inline",
"test": "webpack-dev-server --config webpack.test.config.js",
"build": "webpack --progress --profile --colors --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zChanges/webpack-angular1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zChanges/webpack-angular1/issues"
},
"homepage": "https://github.com/zChanges/webpack-angular1#readme",
"devDependencies": {
"angular-ui-router": "^0.3.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"bootstrap": "^3.3.7",
"html-webpack-plugin": "^2.22.0",
"jquery": "^3.1.1",
"oclazyload": "^1.0.9",
"raw-loader": "^0.5.1",
"ts-loader": "^0.9.5",
"typescript": "^2.0.3",
"typings": "^1.4.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"angular": "^1.5.8"
}
}