-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 KB
/
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
37
38
{
"name": "threejs-galaxy-generator",
"version": "2.0.0",
"description": "Galaxy Generator is a tool to generate an awesome random galaxy using ThreeJS and WebGL + ViteJS.",
"main": "src/main.js",
"license": "MIT",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
"preview": "vite preview",
"deploy": "vercel --prod"
},
"devDependencies": {
"@alvarosabu/eslint-base": "^1.1.0",
"@alvarosabu/ui": "^1.1.1",
"@tweakpane/plugin-essentials": "^0.1.4",
"@vitejs/plugin-vue": "^2.0.1",
"@vueuse/core": "^7.5.3",
"dat.gui": "^0.7.7",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"gsap": "^3.9.1",
"three": "^0.136.0",
"tweakpane": "^3.0.7",
"unplugin-vue-components": "^0.17.11",
"uuid": "^8.3.2",
"vercel": "^23.1.2",
"vite": "^2.7.10",
"vite-plugin-glsl": "^0.0.9",
"vite-plugin-windicss": "^1.6.2"
},
"dependencies": {
"-": "^0.0.1",
"@alvarosabu/prettier-config": "^1.1.0",
"vue": "^3.2.26",
"windicss": "^3.4.2"
}
}