-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"private": true,
"author": "Aleksandr-Baranchuk",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore ."
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.6.0",
"@types/node": "^18.15.3",
"@types/uuid": "^9.0.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"sass": "^1.59.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@morev/vue-transitions": "^2.3.6",
"@pinia/nuxt": "^0.4.7",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"daisyui": "^2.51.3",
"nuxt": "^3.3.1",
"nuxt-icon": "^0.3.3",
"nuxt-lodash": "^2.4.1",
"pinia-plugin-persistedstate": "^3.1.0",
"swiper": "^9.1.0",
"uuid": "^9.0.0"
}
}