-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"files": [
"dist"
],
"main": "dist/three-css-layout.umd.cjs",
"module": "./dist/three-css-layout.js",
"exports": {
".": {
"import": "./dist/three-css-layout.js",
"require": "./dist/three-css-layout.umd.cjs"
}
},
"name": "three-css-layout",
"version": "0.1.1",
"type": "module",
"types": "dist/three-css-layout.d.ts",
"scripts": {
"dev": "vite serve --config=vite.app.config.js",
"build": "vue-tsc && vite build --config=vite.lib.config.js",
"build:page": "vue-tsc && vite build --config=vite.app.config.js",
"preview": "vite preview --config=vite.app.config.js"
},
"dependencies": {
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"oh-vue-icons": "1.0.0-rc3",
"three": "^0.161.0",
"v-dropdown-menu": "^2.0.4",
"vue": "^3.4.15",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.19",
"@types/three": "^0.161.2",
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-dts": "^3.7.3",
"vue-tsc": "^1.8.27"
},
"description": "Three CSS Layout",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fennec-hub/three-css-layout.git"
},
"keywords": [
"three.js",
"css",
"html",
"dom",
"layout",
"3d",
"web"
],
"author": "Fennec",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fennec-hub/three-css-layout/issues"
},
"homepage": "https://github.com/Fennec-hub/three-css-layout#readme"
}