forked from Steve245270533/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 993 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
37
38
39
40
{
"name": "gallery",
"private": true,
"version": "1.2.0",
"description": "Digital exhibition project developed based on three.js.",
"keywords": [
"3d",
"threejs",
"game",
"Digital exhibition",
"typescript"
],
"license": "GPL-3.0-only",
"author": "Steve245270533",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"devDependencies": {
"@types/node": "^18.11.19",
"@types/three": "^0.154.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.31.0",
"postcss": "^8.4.31",
"types": "^0.1.1",
"typescript": "^4.9.4",
"vite": "^4.0.0"
},
"dependencies": {
"mitt": "^3.0.1",
"nipplejs": "^0.10.1",
"three": "^0.155.0",
"three-mesh-bvh": "^0.6.3"
}
}