-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "food-app",
"version": "1.0.0",
"description": "this is food app from namastey react",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"lint": "eslint .",
"precommit": "lint-staged",
"prepush": "npm test",
"pretest": "npm run lint",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kithogun666dunnel/food_APP.git"
},
"keywords": [
"react",
"app",
"project"
],
"author": "pankaj kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/kithogun666dunnel/food_APP/issues"
},
"homepage": "https://github.com/kithogun666dunnel/food_APP#readme",
"devDependencies": {
"@parcel/codeframe": "^2.12.0",
"autoprefixer": "^10.4.20",
"init": "^0.1.2",
"micromatch": "^4.0.8",
"npx": "^10.2.2",
"parcel": "^2.12.0",
"postcss": "^8.4.44",
"process": "^0.11.10",
"tailwindcss": "^3.4.10"
},
"dependencies": {
"@react-three/drei": "^9.111.4",
"@react-three/fiber": "^8.17.6",
"@vercel/speed-insights": "^1.0.12",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"three": "^0.167.1"
},
"browserslist": [
"last 10 Chrome version"
]
}