forked from bridge-core/editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.04 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
{
"name": "bridge",
"version": "2.6.0",
"private": true,
"scripts": {
"dev": "vite",
"dev:force": "vite --force",
"dev:host": "vite --host",
"serve": "vite preview",
"check": "tsc --project tsconfig.json --noEmit",
"build": "node ./scripts/build.mjs && node ./scripts/buildApp.mjs",
"build:nightly": "node ./scripts/build.mjs && node ./scripts/buildApp.mjs --nightly"
},
"dependencies": {
"@mdi/font": "^6.9.96",
"@tauri-apps/api": "^1.2.0",
"@types/lz-string": "^1.3.34",
"bridge-common-utils": "^0.3.3",
"bridge-iframe-api": "^0.4.11",
"bridge-js-runtime": "^0.4.1",
"bridge-model-viewer": "^0.7.7",
"buffer": "^6.0.3",
"color-convert": "^2.0.1",
"comlink": "^4.3.0",
"compare-versions": "^3.6.0",
"core-js": "^3.6.5",
"dash-compiler": "^0.10.8",
"escape-string-regexp": "^5.0.0",
"fflate": "^0.6.7",
"idb-keyval": "^5.1.3",
"is-glob": "^4.0.1",
"json5": "^2.1.3",
"jsonc-parser": "^3.2.0",
"lodash-es": "^4.17.20",
"lz-string": "^1.4.4",
"mc-project-core": "^0.3.23",
"molang": "^1.13.11",
"monaco-editor": "^0.33.0",
"path-browserify": "^1.0.1",
"prismarine-nbt": "^1.6.0",
"quick-score": "^0.0.13",
"solid-js": "^1.6.2",
"tga-js": "^1.1.1",
"three": "^0.139.2",
"uuid": "^8.3.1",
"vue": "^2.7.8",
"vue-template-compiler": "^2.7.8",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.12",
"wintersky": "^1.1.0"
},
"devDependencies": {
"@types/color-convert": "^2.0.0",
"@types/is-glob": "^4.0.1",
"@types/json5": "0.0.30",
"@types/lodash-es": "^4.17.4",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.17.9",
"@types/three": "^0.127.1",
"@types/uuid": "^8.3.0",
"@types/wicg-file-system-access": "^2020.9.5",
"@vitejs/plugin-vue2": "^2.2.0",
"autoprefixer": "^10.4.13",
"markdown-it": "^12.3.2",
"node-fetch": "^2.6.7",
"postcss": "^8.4.20",
"prettier": "^2.2.1",
"sass": "^1.19.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.4.3",
"vite": "^4.0.0",
"vite-plugin-ejs": "^1.4.3",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-solid": "^2.5.0"
}
}