-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "DOK",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"development": "mamp ./src & webpack-dev-server",
"production": "npm run clean && npm run copy && NODE_ENV=production webpack -p",
"copy": "copyfiles -u 1 './src/**/*.*' ./dist",
"clean": "rimraf dist",
"serve": "mamp ./dist"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"copy-webpack-plugin": "^4.0.1",
"copyfiles": "^1.0.0",
"css-loader": "^0.26.0",
"eslint": "^3.13.1",
"eslint-config-devine": "^1.6.1",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "beta",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"html-loader": "^0.4.4",
"image-webpack-loader": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"local-web-server": "^1.2.6",
"lodash": "^4.17.4",
"mamp": "^0.0.6",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.2",
"postcss-reporter": "^3.0.0",
"postcss-will-change": "^1.1.0",
"react-dev-utils": "^0.4.2",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"stylelint": "^7.7.1",
"stylelint-config-devine": "^1.0.2",
"url-loader": "^0.5.7",
"velocity-animate": "^1.4.0",
"webpack": "beta",
"webpack-config-htmls": "^1.0.1",
"webpack-dev-server": "beta"
}
}