This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.58 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": "vx-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --host 0.0.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.6",
"devtools-detect": "^2.2.0",
"formik": "^0.11.11",
"lodash": "^4.17.10",
"react": "16.4.1",
"react-dnd": "^5.0.0",
"react-dnd-touch-backend": "^0.4.0",
"react-dom": "16.4.1",
"react-refetch": "^1.0.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"recompose": "^0.27.1",
"seamless-immutable": "7.1.3",
"semantic-ui-react": "0.81.1",
"semantic-ui-sass": "2.2.11",
"why-did-you-update": "^0.1.1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/polyfill": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"@babel/preset-flow": "7.0.0-beta.51",
"@babel/preset-react": "7.0.0-beta.51",
"@babel/preset-stage-0": "7.0.0-beta.51",
"babel-eslint": "^8.2.3",
"babel-loader": "8.0.0-beta.3",
"css-loader": "0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"react-hot-loader": "^4.3.3",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"url-loader": "1.0.1",
"webpack": "4.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}