-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.45 KB
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
{
"name": "my-tresjs-playground",
"version": "3.0.2",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"new-demo": "node scripts/create-demo.js"
},
"dependencies": {
"@babylonjs/core": "^9.12.0",
"@heroicons/vue": "^2.2.0",
"@jaimebboyjt/three-scatter": "^0.5.0",
"@jaimebboyjt/tres-fps-controls": "^0.0.55",
"@sparkjsdev/spark": "^2.1.0",
"@three.ez/instanced-mesh": "^0.3.13",
"@tresjs/cientos": "^5.4.0",
"@tresjs/core": "^5.5.0",
"@tresjs/post-processing": "^3.4.0",
"@tresjs/rapier": "1.0.0-alpha.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"@vueuse/core": "10.9.0",
"alea": "^1.0.1",
"bulma": "^1.0.4",
"delaunator": "^5.0.1",
"gsap": "^3.14.2",
"n8ao": "^1.10.3",
"poisson-disk-sampling": "^2.3.1",
"simplex-noise": "^4.0.3",
"three": "^0.182.0",
"three-bvh-csg": "^0.0.18",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"vuexyz": "^1.3.168"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.15.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.33.0",
"prettier": "^2.8.8",
"tweakpane": "^4.0.5",
"vite": "^4.5.14",
"vite-plugin-glsl": "^1.5.5"
}
}