-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "atelier-libr-emotions",
"version": "1.0.0",
"author": "P-A",
"private": true,
"packageManager": "yarn@4.5.1",
"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 ."
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.5.5",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.13.2",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite-svg-loader": "^5.1.0"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/types": "^2.18.1",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@types/node": "^22.7.7",
"@vue/composition-api": "^1.7.2",
"moment": "^2.30.1",
"sass": "^1.80.3"
}
}