This commit is contained in:
Kar
2022-09-06 16:20:59 +05:30
commit b5f7d85808
13 changed files with 9207 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "nuxt-tw",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"repository": "git@git.siliconpin.com:dwd/boilarplate-tailwindcss-parcel.git",
"author": "Kar <kar@siliconpin.com>",
"license": "MUKTI",
"engines": {
"node": ">=14"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.1",
"postcss": "^8.4.4"
}
}