forked from LoneDev6/itemsadder-entity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 KB
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
{
"name": "itemsadder-entity",
"version": "1.2.11",
"description": "",
"main": "index.js",
"scripts": {
"setup": "bun install && bun run build:scripts",
"go": "bun run setup && bun run dev",
"build:scripts": "rollup --config ./config/tools.rollup.config.js",
"rollup": "rollup --config ./config/dev.animated-java.rollup.config.js",
"dev": "node dist/tools/scripts/watch.js",
"build:app": "node dist/tools/scripts/build.js",
"build": "bun run build:scripts && bun run build:app",
"lint": "prettier --write .",
"ci:upload": "node ./tools/distribute.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-url": "^5.0.1",
"@rollup/plugin-yaml": "^3.0.0",
"axios": "^0.21.4",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"chalk": "^4.1.0",
"compare-versions": "^3.6.0",
"exists-command": "^0.1.2",
"ians-logger": "^0.1.1",
"rc-tooltip": "^5.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropdown": "^1.9.2",
"rollup": "2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"struct-packer": "^1.0.6"
},
"devDependencies": {
"@actions/core": "^1.6.0",
"@rollup/plugin-json": "^6.0.0",
"@types/node": "^17.0.5",
"@types/three": "^0.135.0",
"blockbench-types": "^4.0.0",
"firebase": "^9.6.1",
"js-yaml": "^4.1.0",
"prettier": "^2.4.1",
"rollup-plugin-typescript2": "^0.31.0",
"ts-node": "^10.4.0",
"tslib": "^2.4.0",
"typescript": "^4.4.4"
}
}