-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Breeders-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -r htdocs/*",
"build": "WEBPACK_ENV=build webpack",
"prod": "WEBPACK_ENV=prod webpack-dev-server --colors",
"dev": "WEBPACK_ENV=dev webpack-dev-server --progress --colors --inline",
"hot": "WEBPACK_ENV=dev webpack-dev-server --progress --colors --inline --hot"
},
"author": "vinsproduction",
"license": "ISC",
"devDependencies": {
"angular": "1.5.8",
"angular-cookies": "1.6.1",
"angular-ui-notification": "0.2.0",
"angular-ui-router": "0.3.1",
"autoprefixer": "6.6.0",
"babel": "6.5.2",
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"chalk": "1.1.3",
"clean-webpack-plugin": "^0.1.15",
"coffee-loader": "0.7.2",
"coffee-script": "1.11.1",
"css-loader": "0.25.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"gsap": "1.19.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.22.0",
"image-webpack-loader": "2.0.0",
"imports-loader": "0.6.5",
"jquery": "3.1.1",
"mobile-detect": "1.3.3",
"ng-annotate-webpack-plugin": "0.1.3",
"ng-dialog": "0.6.4",
"normalize.css": "5.0.0",
"nprogress": "0.2.0",
"oclazyload": "1.0.9",
"postcss-loader": "0.13.0",
"progress-bar-webpack-plugin": "1.9.0",
"pug": "2.0.0-beta6",
"pug-loader": "2.3.0",
"script-loader": "0.7.0",
"scriptjs": "2.5.8",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.3.1",
"ui-router-extras": "0.1.3",
"underscore": "1.8.3",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.2",
"webpack-error-notification": "0.1.6",
"webpack-shell-plugin": "0.4.3"
}
}