-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.71 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
{
"name": "9ding-js",
"version": "1.0.0",
"description": "An useful exhibition script for javascript.",
"directories": {
"example": "examples"
},
"scripts": {
"check": "eslint . && prettier --check .",
"fix": "eslint . --fix && prettier --write .",
"build": "rollup -c && npx -p typescript tsc && npx jsdoc -r ./src -d ./build/doc -c jsdoc.json --verbose",
"build:types": "npx -p typescript tsc",
"build:rollup": "rollup -c",
"build:jsdoc": "npx jsdoc -r ./src -d ./build/doc -c jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bi2Nb9O3-Studio/9ding-js.git"
},
"author": "Bi2Nb9O3",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Bi2Nb9O3-Studio/9ding-js/issues"
},
"homepage": "https://github.com/Bi2Nb9O3-Studio/9ding-js#readme",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@lopatnov/rollup-plugin-uglify": "^2.1.5",
"@types/three": "^0.169.0",
"eslint": "^9.10.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"minami": "^1.2.3",
"rollup": "^4.21.3",
"rollup-plugin-javascript-obfuscator": "^1.0.4",
"taffydb": "^2.7.3",
"terser": "^5.33.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-postcss": "^4.0.2",
"three": "^0.168.0",
"three.js": "^0.77.1",
"toastify-js": "^1.12.0"
},
"types": "./build/types"
}