-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 855 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",
"postinstall": "nuxt prepare",
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/google-fonts": "^2.0.0",
"@popperjs/core": "^2.11.6",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.2.3",
"css-loader": "^6.7.2",
"nuxt": "3.0.0",
"nuxt-icon": "^0.1.8",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"vite": "^3.2.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}