39 lines
966 B
JSON
39 lines
966 B
JSON
{
|
|
"name": "jane",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"description": "Just another note editor written in VUE.js for learning purposes.",
|
|
"homepage": "https://projects.nisch.codes/nischcodes/JANE#readme",
|
|
"author": "nisch.codes <nischcodes@noreply.projects.nisch.codes>",
|
|
"license": "GPL-3.0",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://projects.nisch.codes/nischcodes/JANE.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://projects.nisch.codes/nischcodes/JANE/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"dompurify": "^3.2.4",
|
|
"marked": "^15.0.7",
|
|
"tailwindcss": "^4.0.14",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0",
|
|
"vue-tsc": "^2.2.4"
|
|
}
|
|
}
|