forked from ajaysourcedigital/shopping-time
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 748 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 748 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
33
34
{
"name": "shopping-time",
"version": "0.1.0",
"private": true,
"dependencies": {
"@pandastack/event-tracker": "^1.0.1",
"firebase": "^11.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.5.0",
"react-simple-image-slider": "^2.4.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"npm-check": "^6.0.1",
"vite": "^6.2.6"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "pnpm serve -s dist",
"test": "vite test",
"server": "node src/database/index.mjs",
"check-deps": "npm-check"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild",
"protobufjs"
]
}
}