forked from Ivasoft/geovisio-website
85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "geovisio-website",
|
|
"version": "2.3.0",
|
|
"engines": {
|
|
"node": "18.16.1"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "vite --port $PORT",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest --environment jsdom --root src/",
|
|
"test:e2e": "yarn cypress run --browser chrome",
|
|
"open:e2e": "yarn cypress open",
|
|
"build-only": "vite build",
|
|
"deploy": "yarn build && cd ./dist && cp index.html 404.html",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
|
"format": "prettier . --write"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vueuse/core": "^10.2.1",
|
|
"axios": "^1.2.3",
|
|
"bootstrap": "^5.2.3",
|
|
"bootstrap-icons": "^1.10.3",
|
|
"geovisio": "2.3.0",
|
|
"moment": "^2.29.4",
|
|
"pako": "^2.1.0",
|
|
"pinia": "^2.1.4",
|
|
"vue": "^3.2.45",
|
|
"vue-axios": "^3.5.2",
|
|
"vue-draggable-resizable-vue3": "^2.3.1-beta.13",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-meta": "^3.0.0-alpha.10",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-cookies": "^1.0.6",
|
|
"vue3-smooth-scroll": "^0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.1.2",
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/jsdom": "^20.0.1",
|
|
"@types/node": "^18.11.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/test-utils": "^2.2.4",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"cypress": "^13.1.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-vue": "^9.8.0",
|
|
"jest": "^29.6.4",
|
|
"jsdom": "^20.0.3",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "2.8.1",
|
|
"sass": "^1.62.0",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^3.2.4",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^0.25.3",
|
|
"vue-tsc": "^1.0.9"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"@vue/typescript/recommended"
|
|
]
|
|
},
|
|
"jest": {
|
|
"preset": "@vue/cli-plugin-unit-jest/presets/typescript-and-babel"
|
|
}
|
|
}
|