-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.17 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "provisioning",
"version": "1.0.0",
"main": "index.js",
"repository": {
"url": "ssh://git@github.com:khako/angular-boilerplate.git",
"type": "git"
},
"author": "Khalif LAHBIBI <k.lahbibi@gmail.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.26.0",
"imports-loader": "^0.7.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"ng-annotate-loader": "^0.2.0",
"node-sass": "^4.3.0",
"postcss-loader": "^1.2.2",
"require-dir": "^0.3.1",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"svg-loader": "^0.0.2",
"tether": "^1.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-build-notifier": "^0.1.13",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^2.4.0",
"yargs": "^6.6.0"
},
"scripts": {
"dev": "NODE_ENV=DEV webpack-dev-server --config webpack/webpack.dev.js --inline --hot",
"build": "NODE_ENV=PROD webpack --config webpack/webpack.prod.js --progress",
"start": "webpack-dashboard -- yarn dev",
"component": "gulp component"
},
"dependencies": {
"angular": "^1.6.1",
"angular-ui-router": "1.0.0-beta.3",
"font-awesome": "^4.7.0",
"json-loader": "^0.5.4",
"normalize.css": "^5.0.0",
"raw-loader": "^0.5.1",
"scroll-to": "^0.0.2",
"scroll-to-element": "^2.0.0"
}
}