-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 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
{
"name": "namaste-react-grind-notes",
"version": "1.0.0",
"description": "exploring and learn react in deapth",
"keywords": [
"react",
"node",
"javascript"
],
"homepage": "https://github.com/vikas-singh369/namaste-react-grind-notes#readme",
"bugs": {
"url": "https://github.com/vikas-singh369/namaste-react-grind-notes/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikas-singh369/namaste-react-grind-notes.git"
},
"license": "ISC",
"author": "vikas singh",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"devDependencies": {
"parcel": "^2.15.4"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}