92 lines
3.0 KiB
JSON
92 lines
3.0 KiB
JSON
{
|
|
"name": "contexted-v3",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/",
|
|
"local": "npm run build && firebase serve --only hosting",
|
|
"deploy": "npm run build && firebase deploy --only hosting:contexted-v3"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor-firebase/authentication": "^5.0.0",
|
|
"@capacitor/android": "^5.0.4",
|
|
"@capacitor/core": "^5.0.4",
|
|
"@capacitor/dialog": "^5.0.2",
|
|
"@capacitor/haptics": "^5.0.2",
|
|
"@capacitor/ios": "^5.0.4",
|
|
"@capacitor/keyboard": "^5.0.2",
|
|
"@capacitor/splash-screen": "^5.0.2",
|
|
"@capacitor/status-bar": "^5.0.2",
|
|
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
|
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
|
|
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
|
|
"@ckeditor/ckeditor5-essentials": "^37.1.0",
|
|
"@ckeditor/ckeditor5-heading": "^37.1.0",
|
|
"@ckeditor/ckeditor5-link": "^37.1.0",
|
|
"@ckeditor/ckeditor5-list": "^37.1.0",
|
|
"@ckeditor/ckeditor5-paragraph": "^37.1.0",
|
|
"@ckeditor/ckeditor5-theme-lark": "^37.1.0",
|
|
"@ckeditor/vite-plugin-ckeditor5": "^0.1.1",
|
|
"@fontsource/source-sans-pro": "^4.5.11",
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
"@types/cytoscape": "^3.19.9",
|
|
"@types/marked": "^4.0.8",
|
|
"@vueuse/components": "^10.1.0",
|
|
"@vueuse/core": "^10.1.2",
|
|
"crypto-js": "^4.1.1",
|
|
"cytoscape": "^3.25.0",
|
|
"date-fns": "^2.29.3",
|
|
"dompurify": "^3.0.2",
|
|
"file-saver": "^2.0.5",
|
|
"firebase": "^9.22.0",
|
|
"firebaseui": "^6.0.2",
|
|
"hamburgers": "^1.2.1",
|
|
"jszip": "^3.10.1",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^4.3.0",
|
|
"shortid": "^2.2.16",
|
|
"turndown": "^7.1.2",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^5.0.4",
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tsconfig/node18": "^2.0.1",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/dompurify": "^3.0.2",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^20.2.1",
|
|
"@types/shortid": "^0.0.29",
|
|
"@types/turndown": "^5.0.1",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"daisyui": "^4.4.19",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-vue": "^9.13.0",
|
|
"firebase-tools": "^12.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"sass": "^1.62.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.2",
|
|
"unplugin-auto-import": "^0.15.3",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.3.8",
|
|
"vue-tsc": "^1.6.4"
|
|
}
|
|
}
|