-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 905 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"predeploy": "copyfiles .nojekyll .\\.output\\public\\",
"deploy": "gh-pages --dotfiles -d .output/public"
},
"devDependencies": {
"@nuxt/content": "^2.7.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/forms": "^0.5.3",
"copyfiles": "^2.4.1",
"daisyui": "^3.1.5",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"gh-pages": "^5.0.0",
"nuxt": "^3.5.3",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.4.0",
"click-outside-vue3": "^4.0.1",
"gl-matrix": "^3.4.3"
}
}