forked from claudiabdm/cvfy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
{
"name": "cvfy",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"preview": "nuxi preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.10.0",
"@tiptap/pm": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",
"@tiptap/vue-3": "^2.14.0",
"core-js": "^3.43.0",
"nuxt": "^3.17.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@domchristie/tailwind-utopia": "^1.1.1",
"@nuxt/types": "2.17.3",
"@nuxtjs/i18n": "^9.5.5",
"@nuxtjs/sitemap": "^5.3.5",
"@nuxtjs/tailwindcss": "^6.14.0",
"@vite-pwa/assets-generator": "^1.0.0",
"@vite-pwa/nuxt": "^1.0.4",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.1",
"nuxt-module-eslint-config": "^0.1.1",
"postcss": "8.4.35",
"postcss-nested": "6.0.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"tailwind-utopia": "github:cwsdigital/tailwind-utopia",
"typescript": "^5.8.3"
},
"overrides": {
"estree-walker": "2.0.2"
}
}