-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
119 lines (119 loc) · 2.97 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"type": "module",
"name": "animated_java",
"title": "Animated Java",
"icon": "icon.svg",
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
"version": "1.5.2",
"display_version": "1.5.2",
"min_blockbench_version": "4.11.1",
"variant": "desktop",
"tags": [
"Minecraft: Java Edition",
"Animation",
"Display Entities"
],
"author": {
"name": "Titus Evans (SnaveSutit)",
"email": "snavesutit@gmail.com",
"url": "https://discordapp.com/users/213746232923783168"
},
"contributors": [
{
"email": "contact@iansenne.com",
"name": "Ian Senne (FetchBot)",
"url": "https://discordapp.com/users/162347688011104256"
},
{
"email": "dominexis9@gmail.com",
"name": "Jesse Spicer (Dominexis)",
"url": "https://discordapp.com/users/749826119636615229"
}
],
"subscription_supporters": [
"123yeah_boi321",
"alumina6767",
"LadyCailin",
"VonLeipenstein",
"Zoe"
],
"special_thanks": [
"Howzieky",
"MulverineX",
"YokaiS",
"Ancientkingg",
"Ersatz",
"CubeDeveloper",
"__SK__",
"MrMakistein",
"Flubberschnub",
"legitimoose",
"VelVoxelRaptor",
"_JeffWooden",
"Onnowhere",
"DoubleFelix",
"JayPeaSize",
"Kastle",
"Matt/Arwen",
"Nerdrope",
"Sprunkles",
"Suso",
"taj",
"TheRedstoneer",
"Totigonzales",
"VioletXIV",
"CommanderRedstone",
"FabulousCodingFox",
"ououn",
"luigiutmc"
],
"repository": {
"type": "github",
"url": "https://github.com/Animated-Java/animated-java"
},
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"private": true,
"scripts": {
"build:scripts": "esbuild --bundle --platform=node --outfile=dist/build.cjs --packages=external ./tools/esbuild.ts",
"dev": "yarn build:scripts && node ./dist/build.cjs --mode=dev",
"prod": "node ./tools/cleanupDist.cjs && yarn build:scripts && node ./dist/build.cjs",
"format": "prettier --write ."
},
"devDependencies": {
"@novacbn/svelte-codejar": "^0.1.2",
"@types/download": "^8.0.5",
"@types/eslint": "^8.21.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"blockbench-types": "https://github.com/SnaveSutit/blockbench-types.git",
"esbuild": "^0.17.10",
"esbuild-plugin-import-glob": "^0.1.1",
"esbuild-plugin-inline-image": "^0.0.9",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-plugin-svelte": "^0.1.1",
"eslint": "^8.35.0",
"firebase": "^9.19.0",
"js-yaml": "^4.1.0",
"prettier": "^2.5.1",
"svelte": "^3.55.1",
"svelte-awesome-color-picker": "^3.0.0-beta.7",
"svelte-preprocess": "^5.0.1",
"svelte-preprocess-esbuild": "^3.0.1",
"typescript": "^4.5.5"
},
"dependencies": {
"deepslate": "^0.19.2",
"download": "^8.0.0",
"fflate": "^0.8.2",
"generic-stream": "^1.2.6",
"marked": "^4.3.0",
"marked-gfm-heading-id": "^3.0.0",
"mc-build": "^3.4.3",
"request-progress": "^3.0.0",
"svelte-ace": "^1.0.21",
"svelte-dnd-action": "^0.9.38"
}
}