-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix . --ext .js,.ts,.vue ./"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@babel/eslint-parser": "^7.24.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/gapi": "^0.0.47",
"@types/gapi.client.drive-v3": "^0.0.4",
"@types/google.accounts": "^0.0.14",
"@types/google.picker": "^0.0.42",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"material-design-icons-iconfont": "^6.7.0",
"nuxt": "3.6.5",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@traptitech/markdown-it-spoiler": "^1.1.6",
"@vuestic/nuxt": "^1.0.19",
"@vueuse/core": "^10.9.0",
"@vueuse/firebase": "^10.9.0",
"firebase": "^10.11.0",
"firebase-admin": "^12.0.0",
"google-auth-library": "^9.7.0",
"he-tree-vue": "3",
"idb": "^8.0.0",
"konva": "^9.2.3",
"markdown-it": "^13.0.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attribution": "^0.1.4",
"markdown-it-footnote": "^3.0.3",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"pinia": "^2.1.7",
"vue-konva": "^3.0.2",
"vuestic-ui": "^1.9.8"
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --cache --fix"
}
}