-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 922 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
{
"name": "@troisjs/components",
"version": "0.0.3",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/three": "^0.133.1",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.20",
"@vue/eslint-config-standard": "^5.1.2",
"cannon": "^0.6.2",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.20.0",
"gsap": "^3.8.0",
"stats.js": "0.17.0",
"three": "^0.133.1",
"troika-three-text": "^0.43.0",
"troisjs": "^0.3.3",
"typescript": "^4.4.4",
"vite": "^2.6.10",
"vue": "^3.2.20",
"vue-tsc": "^0.0.24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/troisjs/components.git"
}
}