forked from FirefoxUX/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "workshop",
"scripts": {
"serve-debug": "cross-env NODE_ENV=development node run.js",
"serve": "cross-env NODE_ENV=development webpack-dashboard -- node run.js",
"build": "cross-env NODE_ENV=production webpack --optimize-minimize"
},
"dependencies": {
"express": "4.15.2",
"highlight.js": "9.10.0",
"history": "1.17.0",
"react": "0.14.8",
"react-dom": "0.14.8",
"react-redux": "4.4.6",
"react-router": "1.0.3",
"redux": "3.6.0",
"redux-logger": "2.10.2",
"redux-simple-router": "1.0.2",
"redux-thunk": "1.0.3",
"whatwg-fetch": "0.10.1"
},
"devDependencies": {
"babel-core": "6.24.0",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"copy-webpack-plugin": "1.1.1",
"cross-env": "3.2.4",
"css-loader": "0.23.1",
"ejs-compiled-loader": "1.1.0",
"eslint-loader": "1.6.3",
"eslint-plugin-react": "3.16.1",
"eslint": "1.10.3",
"exports-loader": "0.6.4",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "0.8.5",
"html-webpack-plugin": "2.28.0",
"imports-loader": "0.6.5",
"json-loader": "0.5.4",
"node-sass": "3.13.1",
"react-hot-loader": "1.3.1",
"require-json": "0.0.1",
"sass-loader": "3.2.3",
"style-loader": "0.13.2",
"stylelint-config-standard": "13.0.2",
"stylelint-order": "0.4.1",
"stylelint-webpack-plugin": "0.7.0",
"stylelint": "7.9.0",
"url-loader": "0.5.8",
"webpack-dashboard": "0.2.1",
"webpack-dev-server": "1.16.3",
"webpack-fail-plugin": "1.0.6",
"webpack": "1.14.0",
"worker-loader": "0.7.1",
"write-file-webpack-plugin": "4.0.0"
}
}