-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "angular-webpack-seed",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/my-js-ventures/angular-webpack-seed.git"
},
"scripts": {
"start": "webpack-dev-server",
"eslint": "eslint .",
"build": "webpack"
},
"author": "Gopikrishna Sathyamurthy",
"license": "ISC",
"bugs": {
"url": "https://github.com/my-js-ventures/angular-webpack-seed/issues"
},
"homepage": "https://github.com/my-js-ventures/angular-webpack-seed#readme",
"dependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.2.18"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}