-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "my-planet",
"version": "1.3.3",
"repository": "https://github.com/9inpachi/my-planet.git",
"author": "Fawad Ali <m.fawaadali98@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "vite",
"start:ssl": "cross-env SSL=true yarn start --host",
"build": "vite build",
"release": "release-it"
},
"devDependencies": {
"@types/dat.gui": "^0.7.13",
"@types/node": "^22.10.2",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"release-it": "^17.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"dependencies": {
"@tweenjs/tween.js": "^25.0.0",
"dat.gui": "^0.7.9",
"three": "^0.171.0"
}
}