1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "ktc-reborn",
- "private": true,
- "type": "module",
- "scripts": {
- "build": "nuxt build",
- "dev": "tsx ./scripts/dev.ts",
- "build:mobile": "tsx ./scripts/mobileBuild.ts",
- "android": "npx cap run android",
- "ios": "npx cap run ios",
- "generate": "nuxt generate",
- "preview": "nuxt preview",
- "postinstall": "nuxt prepare",
- "sync": "npx cap sync",
- "lint": "eslint"
- },
- "dependencies": {
- "@capacitor/android": "6.1.2",
- "@capacitor/app": "6.0.1",
- "@capacitor/core": "6.1.2",
- "@capacitor/haptics": "6.0.1",
- "@capacitor/ios": "6.1.2",
- "@capacitor/keyboard": "6.0.2",
- "@capacitor/status-bar": "6.0.1",
- "@capgo/capacitor-navigation-bar": "^6.1.63",
- "@lottiefiles/lottie-player": "^2.0.4",
- "@milkdown/kit": "^7.5.5",
- "@milkdown/theme-nord": "^7.5.0",
- "@milkdown/vue": "^7.5.0",
- "@types/pako": "^2.0.3",
- "@types/turndown": "^5.0.5",
- "@vueuse/components": "^11.1.0",
- "@vueuse/core": "^11.0.3",
- "animate.css": "^4.1.1",
- "consola": "^3.2.3",
- "fs": "0.0.1-security",
- "nuxt": "^3.13.0",
- "nuxt-booster": "^3.1.6",
- "nuxt-svgo": "^4.0.6",
- "ofetch": "^1.3.4",
- "pako": "^2.1.0",
- "turndown": "^7.2.0",
- "vue": "latest",
- "vue-router": "latest"
- },
- "packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
- "devDependencies": {
- "@capacitor/cli": "6.1.2",
- "@formkit/auto-animate": "^0.8.2",
- "@nuxt/eslint": "^0.6.0",
- "@nuxt/eslint-config": "^0.6.0",
- "@nuxt/image": "^1.8.0",
- "@nuxtjs/color-mode": "^3.4.4",
- "@nuxtjs/google-fonts": "^3.2.0",
- "@nuxtjs/tailwindcss": "^6.12.1",
- "@pinia/nuxt": "^0.5.4",
- "@types/node": "^22.7.9",
- "eslint": "^9.13.0",
- "lint-staged": "^15.2.10",
- "listr2": "^8.2.5",
- "nuxt-start": "^2.18.1",
- "simple-git-hooks": "^2.11.1",
- "tsx": "^4.19.1"
- },
- "simple-git-hooks": {
- "pre-commit": "pnpm lint-staged"
- },
- "lint-staged": {
- "*": "eslint --fix"
- }
- }
|