@opengis/admin
Version:
This project Softpro Admin
82 lines • 2.46 kB
JSON
{
"name": "@opengis/admin",
"version": "0.4.40",
"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": {
"patch": "npm run build && npm version patch && git push && npm publish",
"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",
"start1": "bun server",
"start-env": "node --env-file=.env 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.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/list": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@fullcalendar/vue3": "^6.1.19",
"@opengis/v3-core": "^0.3.226",
"@opengis/v3-filter": "^0.1.34",
"@turf/turf": "^7.2.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/core": "^13.9.0",
"close-with-grace": "^1.3.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"maplibre-gl": "^4.7.1",
"markdown-it": "14.1.0",
"moment": "^2.30.1",
"nodemailer": "^6.10.1",
"qrcode": "^1.5.4",
"vite": "^5.4.21",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@opengis/fastify-table": "^2.0.72",
"@opengis/table-builder": "^1.1.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^9.33.0",
"sass-embedded": "1.89.2"
}
}