-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.06 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.06 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "interview",
"version": "1.0.0",
"description": "Interview Canvas",
"author": "MM",
"main": "webpack.config.js",
"keywords": [
"React",
"React-Router",
"MobX",
"Webpack",
"ES6",
"ES7"
],
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"preview": "pushstate-server ./dist 1234"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.28.7",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"fetch-mock": "^6.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"react-hot-loader": "next",
"regenerator-runtime": "^0.11.1",
"resolve-url-loader": "^2.1.0",
"rimraf": "^2.5.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"classnames": "^2.2.5",
"css-declaration-sorter": "^2.0.0",
"css-mqpacker": "^6.0.1",
"exenv": "^1.2.2",
"faker": "^4.1.0",
"font-awesome.css": "^4.7.2",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"mobx-react-devtools": "^4.2.6",
"package": "^1.0.1",
"postcss-cssnext": "^3.0.2",
"prop-types": "^15.6.0",
"pushstate-server": "^3.0.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-modal": "^3.8.1",
"react-router": "^4.3.1",
"react-router-dom": "latest",
"react-tween-state": "^0.1.5",
"rfx-core": "^1.5.3"
}
}