-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 909 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
30
31
32
33
34
35
36
37
38
39
{
"name": "reactrtkquerydemo",
"version": "1.0.0",
"description": "Demo App for React Toolkit Query",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Naresh-Narsing/RTKQueryDemo.git"
},
"keywords": [
"RTK",
"Query",
"RTK",
"Redux",
"React",
"Redux"
],
"author": "Naresh Narsing",
"license": "ISC",
"bugs": {
"url": "https://github.com/Naresh-Narsing/RTKQueryDemo/issues"
},
"homepage": "https://github.com/Naresh-Narsing/RTKQueryDemo#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"parcel": "^2.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3"
},
"devDependencies": {
"process": "^0.11.10"
}
}