aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 11d57ae800e681f456782abb6bdd96b02e5d8094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "lissajous",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "vite": "^5.2.0"
  },
  "dependencies": {
    "@serpentity/components.position": "^4.0.1",
    "@serpentity/serpentity": "^4.0.0",
    "gl-matrix": "3.4.0"
  }
}