ffffng/frontend/package.json
2022-09-27 14:35:00 +02:00

52 lines
1.5 KiB
JSON

{
"name": "ffffng-frontend",
"version": "0.0.0-SNAPSHOT",
"description": "New frontend for ffffng",
"license": "AGPL",
"author": {
"name": "Andreas Baldeau",
"email": "andreas@baldeau.net"
},
"scripts": {
"check": "yarn run typecheck && yarn run lint",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test": "yarn run test:unit",
"test:unit": "vitest --environment jsdom",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"fork-awesome": "^1.2.0",
"geolib": "^3.3.3",
"leaflet": "^1.9.1",
"pinia": "^2.0.22",
"sparkson": "^1.3.6",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^20.0.0",
"@types/leaflet": "^1.8.0",
"@types/node": "^18.7.23",
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.5.1",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "~4.8.3",
"vite": "^3.1.3",
"vitest": "^0.23.4",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^0.40.13"
}
}