-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@even_jie/jhree",
"version": "1.0.16",
"description": "利用原生three封装一些常用功能,帮助快速开发three项目",
"main": "lib/main.umd.js",
"module": "lib/main.esm.js",
"typings": "lib/types/modules/index.d.ts",
"scripts": {
"build": "rollup --config && npm run doc",
"test": "jest --no-cache",
"doc": "typedoc --options typedoc.json",
"dev": "vite --host",
"build-html": "vue-tsc && vite build"
},
"keywords": [
"three"
],
"author": "WenJieZheng",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^18.11.18",
"@types/three": "^0.148.1",
"@vitejs/plugin-vue": "^4.0.0",
"jest": "^26.6.3",
"rollup": "^2.33.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",
"tslib": "^2.0.3",
"typedoc": "^0.19.2",
"typedoc-neo-theme": "^1.0.10",
"typescript": "^4.0.5",
"vite": "^4.0.4",
"vue-tsc": "^1.0.24",
"element-plus": "^2.2.28",
"@turf/turf": "^6.5.0",
"vue": "^3.2.45",
"vue-router": "^4.2.5",
"sass": "^1.57.1",
"@even_jie/jhree": "^1.0.16"
},
"repository": "https://github.com/EvenJie-XR/jhree",
"dependencies": {
"three": "^0.149.0"
}
}