-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·70 lines (70 loc) · 2.13 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
63
64
65
66
67
68
69
70
{
"name": "body-record-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:prod": "NODE_ENV=production node ./node_modules/webpack/bin/webpack.js --config webpack.production.config.js",
"build:preprod": "NODE_ENV=production node ./node_modules/webpack/bin/webpack.js --config webpack.pre-production.config.js",
"server:webpack": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.development.config.js --hot",
"dev": "npm run server:webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@visx/axis": "^1.0.0",
"@visx/curve": "^1.0.0",
"@visx/event": "^1.0.0",
"@visx/glyph": "^1.0.0",
"@visx/gradient": "^1.0.0",
"@visx/grid": "^1.0.0",
"@visx/mock-data": "^1.0.0",
"@visx/responsive": "^1.0.0",
"@visx/scale": "^1.0.0",
"@visx/shape": "^1.0.0",
"@visx/tooltip": "^1.0.0",
"antd-mobile": "^2.3.3",
"d3-array": "^2.8.0",
"d3-time-format": "^3.0.0",
"dayjs": "^1.9.1",
"localforage": "^1.9.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs2": "^7.9.6",
"babel-cli": "^6.26.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"copy-webpack-plugin": "^6.2.0",
"css-loader": "^2.1.1",
"eslint": "^7.1.0",
"eslint-config-xo": "^0.29.1",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"mini-css-extract-plugin": "^0.5.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"workbox-webpack-plugin": "^5.1.4"
}
}