You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "isekai-ai-writing-assistant",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "vitest",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@ionic/vue": "^8.0.0",
|
|
"@ionic/vue-router": "^8.0.0",
|
|
"vue": "^3.3.0",
|
|
"vue-router": "^4.2.0",
|
|
"axios": "^1.3.6",
|
|
"github-markdown-css": "^5.2.0",
|
|
"highlight.js": "^11.7.0",
|
|
"ionicons": "^7.4.0",
|
|
"js-base64": "^3.7.5",
|
|
"lru-cache": "^10.0.0",
|
|
"markdown-it": "^13.0.1",
|
|
"pinia": "^2.0.36",
|
|
"pinia-plugin-persist": "*",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "7.0.1",
|
|
"@vitejs/plugin-legacy": "^5.0.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.3.0",
|
|
"cypress": "^13.5.0",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"jsdom": "^22.1.0",
|
|
"terser": "^5.4.0",
|
|
"typescript": "~5.6.2",
|
|
"vite": "~5.2.0",
|
|
"vitest": "^0.34.6",
|
|
"vue-tsc": "^2.1.10",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"sass": "^1.62.0",
|
|
"unplugin-auto-import": "^*",
|
|
"unplugin-vue-components": "*",
|
|
"vite-plugin-windicss": "^1.9.4",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|