-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 725 Bytes
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
{
"name": "inter__web_usenpm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --emptyOutDir",
"preview": "vite preview"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.10.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/three": "^0.161.2",
"autoprefixer": "^10.4.17",
"glob": "^10.3.10",
"mini-css-extract-plugin": "^2.8.0",
"three": "^0.161.0",
"vite": "^5.1.4",
"vite-plugin-static-copy": "^1.0.1"
}
}