-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"lint-f": "eslint --fix --ext .ts,.js,.vue ."
},
"devDependencies": {
"@nuxt/image-edge": "^1.0.0-27919678.2f5b64b",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@tailwindcss/forms": "^0.5.3",
"@vueform/multiselect": "^2.5.6",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"flowbite": "^1.6.3",
"nuxt": "^3.2.0",
"nuxt-icon": "^0.1.8",
"prettier": "^2.7.1",
"tailwindcss-dark-mode": "1.1.7",
"vue-tsc": "^1.0.9"
},
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"openai": "^3.1.0",
"sass": "^1.56.1",
"vue-json-viewer": "3"
}
}