-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 904 Bytes
/
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
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node ./node_modules/.bin/webpack-dev-server",
"build": "rm dist.js && node ./node_modules/.bin/webpack-cli"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@planaria/react-planaria": "0.0.3",
"babel-loader": "^8.0.6",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-infinite-scroller": "^1.2.4",
"react-paginate": "^6.3.2",
"recharts": "^1.8.5",
"webpack": "^4.42.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}