-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "hearme-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@vx/axis": "^0.0.158",
"@vx/gradient": "^0.0.153",
"@vx/grid": "^0.0.158",
"@vx/mock-data": "^0.0.153",
"@vx/scale": "^0.0.153",
"antd": "^2.0.6",
"antd-init": "^2.0.6",
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"dva-cli": "^0.9.2",
"gh-pages": "^1.1.0",
"google-map-react": "^0.34.0",
"google-maps-react": "^1.1.4",
"react": "^16.2.0",
"react-burger-menu": "^2.3.0",
"react-chartjs-2": "^2.7.0",
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@storybook/react": "^3.3.14",
"react-chartjs": "^1.2.0"
},
"plugins": [
[
"import",
{
"libraryName": "antd",
"libraryDirectory": "pt",
"style": "css"
}
]
]
}