-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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
58
59
60
61
62
{
"name": "3DH-Prototype",
"author": "",
"version": "",
"title": "",
"description": "",
"repository": "",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --devtool source-map --progress --colors --inline --hot",
"build": "cross-env NODE_ENV=production webpack -p"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^3.2.4",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^1.7.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-loader": "^0.0.2",
"file-loader": "^0.8.5",
"html-loader": "^0.4.5",
"json-loader": "^0.5.4",
"mobx-react-devtools": "^4.2.13",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.2",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"classnames": "^2.2.5",
"compass": "^0.1.1",
"compass-mixins": "^0.12.10",
"copy-webpack-plugin": "^4.5.1",
"d3": "^4.9.1",
"director": "^1.2.8",
"dom-to-image": "^2.6.0",
"lodash": "^4.17.4",
"mobx": "^3.2.2",
"mobx-react": "^4.2.1",
"mobx-utils": "^2.0.1",
"moment": "^2.22.1",
"node-sass": "^4.5.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-file-download": "^0.3.5",
"react-icons": "^2.2.7",
"react-modal": "^3.4.4"
}
}