-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 898 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
39
40
41
{
"name": "hello-react",
"version": "1.0.0",
"description": "This is my first react code",
"main": "App.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Armaan100/learning-react.git"
},
"keywords": [
"react",
"hello",
"react",
"ag"
],
"author": "Armaan Gogoi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Armaan100/learning-react/issues"
},
"homepage": "https://github.com/Armaan100/learning-react#readme",
"devDependencies": {
"parcel": "^2.11.0",
"postcss": "^8.4.38",
"process": "^0.11.10",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
},
"browserslist": [
"last two versions"
]
}