-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "ASP.NET",
"version": "0.0.0",
"dependencies": {
"babel-core": "6.24.0",
"babel-eslint": "7.2.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"classnames": "2.2.5",
"css-loader": "0.27.3",
"eslint": "3.18.0",
"eslint-config-airbnb": "14.1.0",
"eslint-loader": "1.7.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.10.1",
"font-awesome": "4.7.0",
"gulp": "3.9.1",
"gulp-util": "3.0.8",
"lodash": "4.17.4",
"loadcss": "0.0.2",
"node-sass": "4.5.1",
"promise-window": "1.1.0",
"raw-loader": "0.5.1",
"react": "15.4.2",
"react-bootstrap": "0.30.8",
"react-dom": "15.4.2",
"react-helmet": "5.0.1",
"react-highlight": "0.9.0",
"react-redux": "5.0.3",
"react-router": "3.0.2",
"react-router-bootstrap": "0.23.1",
"react-router-redux": "4.0.8",
"react-scrollspy": "2.6.4",
"react-tinymce": "0.5.1",
"redux": "3.6.0",
"redux-api-middleware": "1.0.2",
"redux-form": "6.6.0",
"redux-logger": "3.0.0",
"redux-undo": "0.6.1",
"redux-thunk": "2.2.0",
"resolve-url-loader": "2.0.2",
"sass-loader": "6.0.3",
"serialize-javascript": "1.3.0",
"style-loader": "0.16.0",
"superagent": "3.5.2",
"url-loader": "0.5.8",
"webpack": "2.3.2"
}
}