source: frontend/package.json

main
Last change on this file was 700e2f9, checked in by 186079 <matej.milevski@…>, 5 days ago

Init

  • Property mode set to 100644
File size: 597 bytes
Line 
1{
2 "name": "icare",
3 "version": "0.0.0",
4 "description": "",
5 "type": "module",
6 "scripts": {
7 "start": "vite",
8 "dev": "vite",
9 "build": "vite build",
10 "serve": "vite preview"
11 },
12 "license": "MIT",
13 "devDependencies": {
14 "@tailwindcss/vite": "^4.1.13",
15 "@types/node": "^25.0.3",
16 "solid-devtools": "^0.34.3",
17 "tailwindcss": "^4.1.13",
18 "typescript": "^5.9.2",
19 "vite": "^7.1.4",
20 "vite-plugin-solid": "^2.11.8"
21 },
22 "dependencies": {
23 "@solidjs/router": "^0.15.4",
24 "eslint": "^9.39.2",
25 "prettier": "^3.7.4",
26 "solid-js": "^1.9.9"
27 }
28}
Note: See TracBrowser for help on using the repository browser.