forked from bridge-core/editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
{
"name": "bridge",
"version": "2.1.5",
"private": true,
"scripts": {
"dev": "tsc --project tsconfig.json --noEmit && vite",
"serve": "vite preview",
"build": "node ./scripts/build.mjs && node ./scripts/buildApp.mjs",
"build:nightly": "node ./scripts/build.mjs && node ./scripts/buildApp.mjs --nightly",
"test": "jest"
},
"dependencies": {
"@mdi/font": "^5.8.55",
"@vue/composition-api": "^1.0.5",
"bridge-model-viewer": "^0.7.0",
"buffer": "^6.0.3",
"color-convert": "^2.0.1",
"comlink": "^4.3.0",
"compare-versions": "^3.6.0",
"core-js": "^3.6.5",
"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.0.0",
"lodash-es": "^4.17.20",
"molang": "^1.13.2",
"monaco-editor": "^0.28.1",
"path-browserify": "^1.0.1",
"prismarine-nbt": "^1.6.0",
"three": "^0.127.0",
"uuid": "^8.3.1",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12",
"vuedraggable": "^2.24.3",
"vuetify": "^2.5.8",
"wintersky": "^1.0.2"
},
"devDependencies": {
"@types/color-convert": "^2.0.0",
"@types/is-glob": "^4.0.1",
"@types/jest": "^26.0.20",
"@types/json5": "0.0.30",
"@types/lodash-es": "^4.17.4",
"@types/lodash.debounce": "^4.0.6",
"@types/micromatch": "^4.0.1",
"@types/node": "^14.17.9",
"@types/three": "^0.127.1",
"@types/uuid": "^8.3.0",
"@types/wicg-file-system-access": "^2020.9.1",
"jest": "^26.6.3",
"markdown-it": "^12.0.4",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"sass": "^1.19.0",
"ts-jest": "^26.5.2",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"vite-plugin-pwa": "^0.10.0",
"vite-plugin-vue2": "^1.8.0"
}
}