80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "lite-notes",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"test": "vitest",
|
|
"types": "tsc --noEmit",
|
|
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src",
|
|
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.png --no-manifest"
|
|
},
|
|
"dependencies": {
|
|
"@intlify/unplugin-vue-i18n": "^1.6.0",
|
|
"@octokit/core": "^5.2.0",
|
|
"@octokit/rest": "^20.1.1",
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@vueuse/router": "^10.11.1",
|
|
"date-fns": "^2.30.0",
|
|
"font-color-contrast": "^11.1.0",
|
|
"fontfaceobserver": "^2.3.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-block-embed": "^0.0.3",
|
|
"markdown-it-checkbox": "^1.1.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-github-alerts": "^0.3.0",
|
|
"markdown-it-iframe": "^1.0.0",
|
|
"markdown-it-latex": "^0.2.0",
|
|
"markdown-it-shikiji": "^0.10.2",
|
|
"nanoid": "^5.0.9",
|
|
"notyf": "^3.10.0",
|
|
"pastel-color": "^1.0.3",
|
|
"pinia": "^2.2.6",
|
|
"pouchdb-adapter-indexeddb": "^9.0.0",
|
|
"pouchdb-browser": "^9.0.0",
|
|
"register-service-worker": "^1.7.2",
|
|
"retrobus": "^1.9.4",
|
|
"sanitize-html": "^2.13.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^9.14.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/fontfaceobserver": "^2.1.3",
|
|
"@types/markdown-it": "^13.0.9",
|
|
"@types/node": "^20.17.8",
|
|
"@types/pouchdb-browser": "^6.1.5",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "^4.12.22",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier-vue": "^5.0.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"prettier": "^3.4.1",
|
|
"sass": "^1.81.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-pwa": "^0.21.0",
|
|
"vitest": "^1.6.0",
|
|
"webpack": "^5.96.1"
|
|
}
|
|
}
|