-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 871 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 871 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
35
36
{
"name": "nutri-fresh",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"preview": "vite preview"
},
"engines": {
"node": "22"
},
"dependencies": {
"firebase": "^11.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.0",
"react-router-dom": "^6.23.0",
"react-toastify": "11.0.5",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-transition-group": "^4.4.11",
"@vitejs/plugin-react": "^4.3.4",
"sass-embedded": "^1.80.6",
"typescript": "5.7.2",
"vite": "6.2.2"
}
}