-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.64 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
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "my-flip",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333",
"lint": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@antv/g6": "^4.8.14",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@headlessui/vue": "^1.7.14",
"@tweenjs/tween.js": "^23.1.1",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"@xstate/fsm": "^2.0.0",
"@xstate/inspect": "^0.8.0",
"@xstate/vue": "^2.0.0",
"ajv": "^8.12.0",
"axios": "^1.4.0",
"cesium": "^1.118.2",
"chroma-js": "^2.4.2",
"codemirror": "^6.0.1",
"dat.gui": "^0.7.9",
"fundebug-javascript": "^2.8.8",
"fundebug-vue": "^0.3.6",
"graphql": "^16.6.0",
"hls.js": "^1.5.13",
"lodash-es": "^4.17.21",
"m3u8-parser": "^7.1.0",
"magic-bytes.js": "^1.0.14",
"monaco-editor": "^0.38.0",
"monaco-editor-core": "^0.38.0",
"naive-ui": "^2.34.4",
"nprogress": "^0.2.0",
"p-queue": "^7.3.4",
"photo-sphere-viewer": "^4.8.1",
"pinia": "^2.1.3",
"prettier": "^2.8.8",
"sandbox-webworker": "^1.0.4",
"shapefile": "^0.6.6",
"spark-md5": "^3.0.2",
"splitpanes": "^3.1.5",
"style9": "^0.18.2",
"theme-vitesse": "^0.7.2",
"three": "^0.153.0",
"ts-md5": "^1.3.1",
"two.js": "^0.8.10",
"video.js": "^8.17.1",
"videojs-playlist": "^5.1.2",
"vscode-html-languageservice": "^5.0.6",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-i18n": "9",
"vue-router": "^4.2.2",
"vue-simple-uploader": "^1.0.1",
"vue-toastification": "2.0.0-rc.5",
"workerpool": "^6.4.0",
"xstate": "^4.37.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.4",
"@iconify-json/carbon": "^1.1.17",
"@iconify-json/vscode-icons": "^1.1.25",
"@types/chroma-js": "^2.4.0",
"@types/dat.gui": "^0.7.12",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.16",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.3",
"@types/shapefile": "^0.6.4",
"@types/spark-md5": "^3.0.2",
"@types/splitpanes": "^2.2.1",
"@types/three": "^0.152.1",
"@types/workerpool": "^6.4.0",
"@unocss/reset": "^0.52.7",
"@unocss/transformer-directives": "^0.52.7",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue-macros/volar": "^0.10.2",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.42.0",
"jsdom": "^22.1.0",
"msw": "^1.2.1",
"pnpm": "^8.6.0",
"sass": "^1.62.1",
"taze": "^0.10.1",
"terser": "^5.18.1",
"typescript": "4.9.5",
"unocss": "^0.52.7",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"unplugin-vue-macros": "^2.2.1",
"vite": "5.2.6",
"vite-plugin-pages": "^0.30.1",
"vite-plugin-static-copy": "^0.17.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.31.4",
"vue-tsc": "^1.6.5",
"windicss": "^3.5.6"
},
"eslintConfig": {
"extends": "@antfu",
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-ts-comment": "off",
"vue/one-component-per-file": "off",
"no-alert": "off",
"no-console": "off",
"no-unused-vars": "off",
"no-cond-assign": "off",
"no-new-func": "off",
"no-restricted-globals": "off"
},
"ignorePatterns": [
"*.html",
"*.js"
]
},
"msw": {
"workerDirectory": "public"
}
}