-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.78 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
66
67
68
69
70
{
"name": "@trickle/lec3d",
"version": "0.0.6",
"description": "easier three.js encapsulated by lec",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && rollup -c",
"build:dev": "rollup -c --watch",
"scriptname": "cmd",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [
"three.js",
"3d",
"lec",
"front-end",
"fe",
"JavaScript",
"js"
],
"author": [
],
"repository": {
"type": "git",
"url": "https://github.com/lec-org/lec3d.git"
},
"homepage": "https://github.com/lec-org/lec3d",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/three": "^0.156.0",
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/core": "^1.9.9",
"@vuepress/plugin-docsearch": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-alpha.1",
"compare-func": "^2.0.0",
"conventional-changelog": "^5.1.0",
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-custom-config": "^0.3.1",
"esbuild": "^0.19.4",
"highlight.js": "^11.9.0",
"lint-staged": "^14.0.1",
"rimraf": "^5.0.5",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61"
},
"peerDependencies": {
"three": "^0.157.0"
},
"files": [
"dist"
]
}