57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "zen-kanji-client",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"lint:style": "stylelint \"**/*.{css,scss,vue}\"",
|
|
"lint:style:fix": "stylelint \"**/*.{css,scss,vue}\" --fix",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:android": "vite build --mode android",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^8.0.0",
|
|
"@capacitor/app": "^8.0.0",
|
|
"@capacitor/core": "^8.0.0",
|
|
"@capgo/capacitor-updater": "^8.40.6",
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^9.39.2",
|
|
"@mdi/font": "^7.3.67",
|
|
"capacitor": "^0.5.6",
|
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"globals": "^16.5.0",
|
|
"i18n": "^0.15.3",
|
|
"perfect-freehand": "^1.2.2",
|
|
"pinia": "^3.0.4",
|
|
"pug": "^3.0.3",
|
|
"vite": "^7.3.0",
|
|
"vue": "^3.5.26",
|
|
"vue-i18n": "^11.2.2",
|
|
"vue-pug": "^1.0.2",
|
|
"vue-pug-plugin": "^2.0.4",
|
|
"vue-router": "^4.2.5",
|
|
"vuetify": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^7.4.4",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"dotenv": "^17.2.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"sass": "^1.97.1",
|
|
"stylelint": "^16.26.1",
|
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vue-eslint-parser": "^10.2.0"
|
|
}
|
|
}
|