-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 920 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
36
37
38
{
"name": "namaste-react",
"version": "1.0.0",
"description": "This is a live Course",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2604pr/food-fire.git"
},
"author": "Pranshu Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/chetannada/Namaste-React/issues"
},
"homepage": "https://github.com/chetannada/Namaste-React#readme",
"devDependencies": {
"parcel": "^2.8.2",
"process": "^0.11.10"
},
"dependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"cors": "^2.8.5",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.7.0",
"yup": "^0.32.11"
},
"browserslist": [
"last 10 versions"
]
}