UNPKG

@opengis/admin

Version:

This project Softpro Admin

91 lines 2.78 kB
{ "name": "@opengis/admin", "version": "0.4.12", "description": "This project Softpro Admin", "main": "dist/admin.js", "type": "module", "directories": { "test": "test" }, "files": [ "dist/*", "module/*", "server/*", "plugin.js", "utils.js", "config.js" ], "scripts": { "prepublishOnly": "npm run build", "test": "node --test", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "build": "vite build", "build-app": "cross-env APP=true vite build", "admin": "cross-env NODE_ENV=admin npm run start", "prod": "cross-env NODE_ENV=production npm run start", "debug": "node --watch-path=server server", "start": "node server", "docs:i": "npm install --prefix ./docs", "docs:dev": "npm run --prefix ./docs docs:dev", "docs:build": "npm run --prefix ./docs docs:build", "docs:preview": "npm run --prefix ./docs docs:preview" }, "keywords": [ "admin", "database", "fastify", "vue", "vite", "opengis" ], "author": "Softpro", "license": "ISC", "dependencies": { "@fancyapps/ui": "^5.0.36", "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/interaction": "^6.1.15", "@fullcalendar/list": "^6.1.15", "@fullcalendar/timegrid": "^6.1.15", "@fullcalendar/vue3": "^6.1.15", "@opengis/fastify-auth": "1.1.x", "@opengis/fastify-table": "1.4.x", "@opengis/v3-core": "^0.3.161", "@opengis/v3-filter": "^0.1.3", "@tiptap/core": "^2.8.0", "@tiptap/extension-color": "^2.8.0", "@tiptap/extension-mention": "^2.8.0", "@tiptap/extension-placeholder": "^2.8.0", "@tiptap/extension-text": "^2.8.0", "@tiptap/extension-text-style": "^2.8.0", "@tiptap/extension-underline": "^2.8.0", "@tiptap/pm": "^2.8.0", "@tiptap/starter-kit": "^2.8.0", "@tiptap/suggestion": "^2.8.0", "@tiptap/vue-3": "^2.8.0", "@turf/turf": "^7.1.0", "@vitejs/plugin-vue": "^5.0.4", "@vueuse/core": "^13.0.0", "close-with-grace": "^1.3.0", "cross-env": "^7.0.3", "date-fns": "^4.1.0", "maplibre-gl": "^4.7.0", "markdown-it": "14.1.0", "moment": "^2.30.1", "nodemailer": "^6.5.0", "qrcode": "^1.5.4", "vite": "^5.1.4", "vue": "^3.4.21", "vue-router": "^4.3.0", "vuedraggable": "^4.1.0" }, "devDependencies": { "@opengis/table-builder": "^1.1.1", "@vue/eslint-config-typescript": "^12.0.0", "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.3", "eslint-plugin-vue": "^9.17.0", "sass-embedded": "1.89.2" } }