-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "sga-lti",
"version": "0.0.0",
"devDependencies": {
"babel-eslint": "5.0.4",
"babel-plugin-transform-react-jsx": "6.24.1",
"eslint": "2.13.1",
"eslint-config-defaults": "9.0.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-react": "4.3.0",
"jsdom": "8.5.0",
"jsdom-global": "1.7.0",
"mocha": "2.5.3",
"react-addons-test-utils": "0.14.8",
"react-hot-loader": "1.3.1"
},
"dependencies": {
"babel": "6.23.0",
"babel-core": "6.26.3",
"babel-loader": "6.4.1",
"babel-plugin-jsx": "1.2.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"bourbon-neat": "1.9.1",
"css-loader": "0.28.11",
"history": "2.1.2",
"node-neat": "1.7.2",
"node-sass": "3.4.2",
"react": "0.14.10",
"react-dom": "0.14.10",
"react-ga": "1.5.0",
"react-redux": "4.4.10",
"react-router": "2.8.1",
"redux-actions": "0.13.0",
"redux-devtools": "2.1.5",
"redux-logger": "2.10.2",
"redux-thunk": "2.4.2",
"sass-loader": "3.2.3",
"style-loader": "0.23.1",
"webpack": "1.15.0",
"webpack-dev-server": "1.14.1"
},
"scripts": {
"postinstall": "./webpack_if_prod.sh"
}
}