-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
53 lines (53 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "threejs-examples-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@ashthornton/asscroll": "^2.0.11",
"d3-geo": "^3.0.1",
"gsap": "^3.11.3",
"stats.js": "^0.17.0",
"three": "^0.146.0",
"tweakpane": "^3.1.1",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@tweakpane/core": "^1.1.1",
"@types/node": "^18.11.9",
"@types/stats": "^0.16.30",
"@types/three": "^0.146.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.5",
"sass": "^1.56.1",
"stylelint": "^14.15.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-glsl": "^1.1.2",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.9"
}
}