-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
{
"name": "react-magic-hat-demo",
"version": "1.0.0",
"private": true,
"homepage": "http://albinotonnina.github.io/demo-magic-hat",
"dependencies": {
"antd": "^3.3.0",
"fps-indicator": "^1.2.1",
"react": "^16.2.0",
"react-app-rewire-hot-loader": "^1.0.1",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.12.11",
"react-geocode": "^0.0.7",
"react-github-corner": "^2.1.0",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^4.0.0",
"react-icons": "^2.2.7",
"react-magic-hat": "^1.0.2",
"react-portal": "^4.1.3",
"react-scripts": "1.1.1",
"react-virtualized": "^9.18.5",
"recompose": "^0.26.0",
"reqwest": "^2.0.5",
"styled-components": "^3.2.1",
"yarn": "^1.5.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-import": "^1.6.7",
"babel-plugin-wildcard": "^4.0.0",
"eslint": "^4.18.2",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"react-app-rewire-less": "^2.1.1",
"react-app-rewire-styled-components": "^3.0.0",
"react-app-rewired": "^1.5.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}