-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 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
34
35
{
"name": "12-lets-build-our-store",
"version": "1.0.0",
"description": "These is Namaste React Episode 12-Let's build our Store",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SohamShinde160/Namaste-React-2.0.git"
},
"keywords": [
"namaste-react"
],
"author": "Soham S Shinde",
"license": "ISC",
"bugs": {
"url": "https://github.com/SohamShinde160/Namaste-React-2.0/issues"
},
"homepage": "https://github.com/SohamShinde160/Namaste-React-2.0#readme",
"devDependencies": {
"parcel": "^2.12.0",
"process": "^0.11.10",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1"
}
}