-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "pizza-time-with-react",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "pnpm serve -s dist",
"check-deps": "npm-check"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"framer-motion": "^12.4.7",
"leaflet": "^1.9.4",
"node-fetch": "^3.3.2",
"react": "^19.0.0",
"react-alice-carousel": "^2.9.1",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.5.0",
"react-lazy-load-image-component": "^1.6.3",
"react-leaflet": "^5.0.0",
"react-paginate": "^8.3.0",
"react-parallax-tilt": "^1.7.284",
"react-router-dom": "^7.2.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.15.0",
"npm-check": "^6.0.1",
"terser-webpack-plugin": "^5.3.12",
"vite": "^6.2.0",
"webpack-bundle-analyzer": "^4.10.2"
}
}