-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular-es6-seed",
"version": "1.0.0",
"keywords": [
"angular",
"es6",
"seed"
],
"main": "./index.js",
"scripts": {
"build": "npm run build:dist",
"start": "node server.js",
"test": "npm run lint"
},
"author": "kuitos",
"devDependencies": {
"assets-webpack-plugin": "^3.1.0",
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.4",
"css-loader": "^0.21.0",
"eslint": "^2.10.2",
"eslint-friendly-formatter": "^2.0.4",
"eslint-loader": "^1.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.18.0",
"husky": "^0.10.1",
"image-webpack-loader": "^1.6.3",
"json-mock-kuitos": "^1.0.3",
"node-dir": "^0.1.11",
"node-sass": "^3.7.0",
"postcss-loader": "^0.7.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"dependencies": {
"angular": "^1.5.0",
"angular-es-utils": "^1.2.23",
"angular-resource": "^1.5.0",
"angular-ui-router": "^0.2.18",
"ccms-components": "^1.0.1",
"normalize.css": "^4.1.1"
}
}