-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1001 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
36
37
38
39
40
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --open",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/image": "^1.9.0",
"@tanstack/vue-query": "^5.64.0",
"gsap": "^3.12.5",
"lenis": "^1.1.19",
"maska": "^3.0.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@nuxtjs/robots": "^5.1.0",
"@nuxtjs/sitemap": "^7.0.1",
"@vite-pwa/nuxt": "^0.10.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"nuxt": "^3.15.1",
"nuxt-delay-hydration": "^1.3.8",
"sass": "1.83.1",
"stylelint": "^16.13.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2",
"vite-plugin-image-optimizer": "^1.1.8"
}
}