-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
36 lines (36 loc) · 848 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
{
"name": "namaste-react",
"version": "1.1.0",
"description": "Namaste React live Course",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chetannada/Namaste-React.git"
},
"author": "Chetan Nada",
"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": {
"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"
]
}