-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 990 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"format": "prettier . --write",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"test": "vitest"
},
"dependencies": {
"dotenv": "^16.4.7",
"mustache": "^4.2.0"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.1.3",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@volar-plugins/vetur": "^2.0.0",
"bootstrap": "^5.3.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.32.0",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"nuxt": "^3.6.5",
"nuxt-vitest": "^0.11.5",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
}
}