forked from BIT101-dev/BIT101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "bit101",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/table": "^2.2.2",
"axios": "^1.6.0",
"echarts": "^5.4.3",
"editorjs-button": "^1.0.4",
"editorjs-undo": "^2.0.26",
"highlight.js": "^11.9.0",
"ts-md5": "^1.3.1",
"vue": "^3.3.7",
"vue-clipboard3": "^2.0.0",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@editorjs/code": "^2.8.0",
"@editorjs/image": "^2.8.2",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@types/node": "^20.8.9",
"@vicons/antd": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"leaflet": "^1.9.4",
"naive-ui": "^2.35.0",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.6",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}