-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.31 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
{
"name": "armor-animator",
"productName": "ArmorAnimator",
"description": "A Minecraft: Java Edition entity animator!",
"version": "0.5.17",
"author": "Some Kitten",
"build": {
"appId": "space.cutekitten.armoranimator",
"productName": "ArmorAnimator"
},
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"serve": "vite preview --host --port 25563"
},
"dependencies": {
"chokidar": "^3.5.2",
"client-zip": "^2.0.0",
"drag-drop": "^7.2.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"three": "^0.131.3",
"vite": "^2.6.14"
},
"devDependencies": {
"@types/file-saver": "^2.0.4",
"@types/lodash": "^4.14.172",
"@types/three": "^0.131.0",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "7.0.2",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"typescript": "^4.3.5"
}
}