package list from viandwi24
This commit is contained in:
74
package.json
Normal file
74
package.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "nuxt3-awesome-starter",
|
||||
"version": "0.1.0",
|
||||
"description": "a Nuxt 3 starter template or boilerplate with a lot of useful features. Nuxt3 + Tailwindcss 3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dwd/nuxt3-awesome-starter"
|
||||
},
|
||||
"author": "dwd",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"start": "node .output/server/index.mjs",
|
||||
"serve": "serve dist/",
|
||||
"postinstall": "husky install",
|
||||
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .eslintignore .",
|
||||
"lintfix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .eslintignore .",
|
||||
"prepare": "husky install",
|
||||
"clean": "rm -rf .nuxt dist .output",
|
||||
"generate:locales": "node tools/translator.js ./locales en.yml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/config-conventional": "^17.2.0",
|
||||
"@headlessui/vue": "^1.7.8",
|
||||
"@iconify/json": "^2.1.135",
|
||||
"@intlify/nuxt3": "^0.2.4",
|
||||
"@nuxt/content": "^2.4.2",
|
||||
"@nuxt/test-utils-edge": "3.1.1-rc.0-27911047.7d812db",
|
||||
"@nuxtjs/eslint-config": "^12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@vueuse/core": "^9.11.1",
|
||||
"@vueuse/nuxt": "^9.11.1",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-nuxt": "^3.2.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lint-staged": "^13.0.3",
|
||||
"nuxt": "3.1.1",
|
||||
"nuxt-windicss": "^2.6.0",
|
||||
"pinia": "^2.0.29",
|
||||
"postcss": "8.4.14",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
"sass": "1.53.0",
|
||||
"sass-loader": "^13.2.0",
|
||||
"serve": "^13.0.2",
|
||||
"three": "^0.143.0",
|
||||
"translate": "^1.4.1",
|
||||
"typescript": "^4.9.4",
|
||||
"unplugin-icons": "^0.14.14",
|
||||
"unplugin-vue-components": "^0.22.9",
|
||||
"vite": ">=2.9.0 <3.0.0 || >=3.0.0-0 <3.0.0",
|
||||
"vitest": "^0.28.3",
|
||||
"vue": "^3.2.41",
|
||||
"vue-tsc": "^1.0.9",
|
||||
"webpack": ">=5.0.0 <6.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,ts,vue,html}": [
|
||||
"pnpm lintfix"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "^0.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user