-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
53 lines (53 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nuxtwind-daisy",
"version": "1.0.0",
"main": ".eslintrc.js",
"description": "Nuxtwind Daisy is a starter template for Nuxt.js 3 + Tailwind CSS + Daisy UI with additional installed setup for custom font, icons, animation, and more.",
"productName": "Nuxtwind Daisy 🟢💨🌼",
"author": "Joff Tiquez <[email protected]>",
"scripts": {
"lint": "eslint --ext .js,.vue ./ --fix",
"build": "nuxt build",
"postbuild": "cd .output/server && rimraf node_modules && yarn && cd .. && yarn rename-server",
"rename-server": "node scripts/rename-server.js",
"dev": "nuxt dev",
"generate": "nuxt generate",
"serve": "firebase emulators:start",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@nuxt/devtools": "^1.0.6",
"@nuxtjs/tailwindcss": "^6.10.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-webpack-plugin": "^4.0.1",
"nuxt": "^3.11.2",
"nuxt-gtag": "^1.1.2",
"nuxt-headlessui": "^1.1.5",
"rimraf": "^5.0.5"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.4",
"daisyui": "^4.12.2",
"postcss-custom-properties": "^13.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ossphilippines/nuxtwind-daisy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ossphilippines/nuxtwind-daisy/issues"
},
"homepage": "https://github.com/ossphilippines/nuxtwind-daisy#readme"
}