-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 907 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi preview",
"preview": "npx miniflare .output/server/index.mjs --site .output/public",
"deploy": "wrangler publish"
},
"devDependencies": {
"autoprefixer": "10.4.2",
"nuxt": "^3.0.0-rc.3",
"postcss": "8.4.7",
"sass": "1.49.9",
"sass-loader": "12.6.0",
"tailwindcss": "3.1.2",
"@cloudflare/wrangler": "^1.19.12"
},
"dependencies": {
"@fontsource/inter": "^4.5.5",
"@headlessui/vue": "1.5.0",
"@heroicons/vue": "1.0.5",
"@popperjs/core": "^2.11.2",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.4.0",
"@types/vuelidate": "^0.7.15",
"@vuelidate/core": "^2.0.0-alpha.40",
"@vuelidate/validators": "^2.0.0-alpha.28",
"axios": "^0.26.1"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
}
}