Files
MangaStatus/package.json
wea_ondara 7f28012520 added mangaupdates integration
cleanup db related code
cleanup ui
ui eye candy
2023-09-26 17:56:32 +02:00

60 lines
1.9 KiB
JSON

{
"name": "mangastatus",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.1",
"bootstrap-vue-next": "^0.13.3",
"idb": "^7.1.1",
"pinia": "^2.1.6",
"pinia-class-component": "^0.9.4",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-rc.1",
"vue-good-table-next": "^0.2.1",
"vue-i18n": "^9.2.2",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.2.4",
"vue3-toastify": "^0.0.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/bootstrap": "^5.2.6",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.17.17",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"cypress": "^13.2.0",
"eslint": "^8.49.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"start-server-and-test": "^2.0.0",
"typescript": "~5.2.0",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
}
}