-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
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": "three-extend-material",
"version": "1.0.0",
"description": "Plugin for extending built-in materials, instances of ShaderMaterial and built-in materials as well as shader objects of `onBeforeCompile`.",
"main": "src/ExtendMaterial.ts",
"scripts": {
"dev": "vite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SaFrMo/THREE.extendMaterial.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SaFrMo/THREE.extendMaterial/issues"
},
"homepage": "https://github.com/SaFrMo/THREE.extendMaterial#readme",
"devDependencies": {
"@vitejs/plugin-vue": "2.0.1",
"three": "0.136.0",
"typescript": "4.5.4",
"vite": "2.7.10",
"vue": "3.2.26",
"vue-tsc": "0.30.2"
},
"dependencies": {
"vue3-three-wrap": "1.0.3"
}
}