-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky install"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/supabase": "^0.3.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@prisma/client": "^4.6.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nuxt": "^3.0.0",
"nuxt-headlessui": "^1.0.1",
"postcss": "^8.4.19",
"prettier": "2.7.1",
"prisma": "^4.8.0",
"tailwindcss": "^3.2.3"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@pinia/nuxt": "^0.4.5",
"@pixi/filter-outline": "^5.1.0",
"@tiptap/core": "^2.0.0-beta.202",
"@tiptap/extension-hard-break": "^2.0.0-beta.202",
"@tiptap/html": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"@tiptap/vue-3": "^2.0.0-beta.202",
"@vueuse/core": "^9.4.0",
"@vueuse/nuxt": "^9.4.0",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"immer": "^9.0.16",
"pinia": "^2.0.25",
"pixi.js": "^7.0.5",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.3",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.29.1",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"webpack": "^5.75.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}