forked from claudiabdm/cvfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 847 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
{
"name": "cvfy",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxi generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"core-js": "^3.6.5",
"nuxt": "^3.10.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@nuxt/types": "2.17.3",
"@nuxtjs/i18n": "^8.0.1",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxtjs/tailwindcss": "^6.11.2",
"@vite-pwa/nuxt": "^0.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"nuxt-module-eslint-config": "^0.1.0",
"postcss": "8.4.35",
"postcss-nested": "6.0.1",
"typescript": "^5.3.3"
}
}