1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "lissajous",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@hapi/eslint-plugin": "^6.0.0",
"eslint": "^9.2.0",
"vite": "^5.2.0"
},
"dependencies": {
"@serpentity/components.euler_angle": "^4.0.0",
"@serpentity/components.position": "^4.0.1",
"@serpentity/components.velocity": "^4.0.3",
"@serpentity/serpentity": "^4.1.0",
"gl-matrix": "3.4.0"
}
}
|