summaryrefslogtreecommitdiffstats
path: root/package.json
blob: fbb1949e819f2efc71b097a8bc58769e3d4ba475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "rustberry-frontend",
  "version": "0.0.0",
  "description": "",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "license": "AGPL-3.0-or-later",
  "devDependencies": {
    "vite": "^6.0.0",
    "vite-plugin-pages": "^0.32.4",
    "vite-plugin-solid": "^2.11.6"
  },
  "dependencies": {
    "@solidjs/router": "^0.15.1",
    "solid-js": "^1.9.5"
  }
}