source: frontend/package.json

Last change on this file was 2e0035f, checked in by Acko <lavurovski.a65@…>, 8 days ago

Initial Commit

  • Property mode set to 100644
File size: 358 bytes
Line 
1{
2 "name": "nutritioneer-frontend",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "preview": "vite preview"
10 },
11 "dependencies": {
12 "react": "^18.3.1",
13 "react-dom": "^18.3.1"
14 },
15 "devDependencies": {
16 "@vitejs/plugin-react": "^4.3.4",
17 "vite": "^6.0.7"
18 }
19}
Note: See TracBrowser for help on using the repository browser.