forked from chobitsnerv/lite-web-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 Bytes
/
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
{
"name": "lite-web-studio",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@vueuse/core": "^8.1.1",
"axios": "^0.26.1",
"bootstrap-icons": "^1.8.1",
"csv-parse": "^5.0.4",
"darkreader": "^4.9.46",
"dayjs": "^1.11.0",
"dexie": "^3.2.1",
"floating-vue": "^2.0.0-beta.8",
"lodash.shuffle": "^4.2.0",
"tua-body-scroll-lock": "^1.2.1",
"vue": "^3.2.31",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "2.6.0",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.49.9",
"vite": "^2.8.6",
"vue3-eventbus": "^2.0.0"
}
}