mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
feat(app): nuxt version
This commit is contained in:
parent
f836666417
commit
87cfc9c1f3
504 changed files with 8075 additions and 33366 deletions
29
packages/app/package.json
Normal file
29
packages/app/package.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "@it-tools/app",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"build:cloudflare-pages": "nuxt build --preset cloudflare_pages",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"test": "pnpm run test:unit",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest watch",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^3.13.2",
|
||||
"vue": "latest",
|
||||
"vue-router": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.8.0",
|
||||
"eslint": "^9.13.0",
|
||||
"vitest": "^2.1.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue