-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 870 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 870 Bytes
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": "traq-bot-console",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --fix src"
},
"dependencies": {
"@quasar/extras": "1.16.11",
"@traptitech/traq": "3.18.0-1",
"dayjs": "1.11.11",
"github-markdown-css": "5.5.1",
"quasar": "2.16.4",
"vue": "3.4.27",
"vue-router": "4.3.2",
"vuex": "4.1.0",
"vuex-persistedstate": "4.1.0"
},
"devDependencies": {
"@quasar/vite-plugin": "1.7.0",
"@vitejs/plugin-vue": "5.0.5",
"eslint": "9.4.0",
"eslint-plugin-vue": "9.26.0",
"markdown-it": "14.1.0",
"markdown-it-mark": "4.0.0",
"pug": "3.0.3",
"stylus": "0.63.0",
"vite": "5.2.13",
"vite-plugin-markdown": "2.2.0",
"vite-plugin-pwa": "0.20.0"
},
"packageManager": "yarn@4.2.2"
}