forked from CNCKitchen/stlTexturizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 885 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
33
{
"name": "stltexturizer",
"version": "1.0.0",
"description": "**Live demo:** https://cnckitchen.github.io/stlTexturizer/",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikhail-shevtsov-wiregate/stlTexturizer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikhail-shevtsov-wiregate/stlTexturizer/issues"
},
"homepage": "https://github.com/mikhail-shevtsov-wiregate/stlTexturizer#readme",
"devDependencies": {
"@vitejs/plugin-legacy": "^8.0.1",
"vite": "^8.0.3",
"vite-plugin-static-copy": "^4.0.1"
},
"dependencies": {
"fflate": "^0.8.2",
"three": "^0.183.2"
}
}