-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 Bytes
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
{
"name": "django_react",
"version": "1.0.0",
"description": "demo react query bug",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js",
"watch": "npm run start -- --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"prettier": "^2.2.1",
"webpack": "^4.46.0",
"webpack-bundle-tracker": "^0.2.1",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.9.8"
}
}