forked from FirefoxUX/StyleGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
{
"name": "workshop",
"scripts": {
"serve": "NODE_ENV=development webpack-dashboard -- node run.js",
"build": "NODE_ENV=production webpack --optimize-minimize && rm dist/static/css/deleteme.js"
},
"dependencies": {
"express": "^4.13.3",
"highlight.js": "^9.0.0",
"history": "^1.13.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.1",
"react-router": "^1.0.2",
"redux": "^3.0.5",
"redux-logger": "^2.3.1",
"redux-simple-router": "^1.0.1",
"redux-thunk": "^1.0.2",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.16.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"stylelint": "^7.4.2",
"stylelint-config-standard": "^13.0.2",
"stylelint-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.14.0",
"webpack-fail-plugin": "^1.0.4",
"worker-loader": "^0.7.0"
}
}