-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 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
{
"name": "y",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx parcel index.html",
"build": "npx parcel build index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VinamraSaurav/fed-kiit-website-project.git"
},
"author": "Vinamra Saurav",
"license": "ISC",
"bugs": {
"url": "https://github.com/VinamraSaurav/fed-kiit-website-project/issues"
},
"homepage": "https://github.com/VinamraSaurav/fed-kiit-website-project#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.11.0",
"parcel": "^2.11.0",
"postcss": "^8.4.33",
"process": "^0.11.10",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-router-dom": "^6.21.3"
}
}