ffffng/frontend/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2022-02-22 15:39:39 +01:00
{
"name": "ffffng-frontend",
"version": "0.0.0-SNAPSHOT",
2022-06-02 12:54:26 +02:00
"description": "New frontend for ffffng",
"license": "AGPL",
"author": {
"name": "Andreas Baldeau",
"email": "andreas@baldeau.net"
},
2022-02-22 15:39:39 +01:00
"scripts": {
"check": "yarn run typecheck && yarn run lint",
2022-02-22 15:39:39 +01:00
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test": "yarn run test:unit",
2022-02-22 15:39:39 +01:00
"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": {
2022-05-23 12:25:01 +02:00
"fork-awesome": "^1.2.0",
"leaflet": "^1.8.0",
2022-08-30 15:18:16 +02:00
"pinia": "^2.0.21",
"sparkson": "^1.3.6",
2022-08-30 15:18:16 +02:00
"vue": "^3.2.38",
"vue-router": "^4.1.5"
2022-02-22 15:39:39 +01:00
},
"devDependencies": {
2022-06-02 12:54:26 +02:00
"@rushstack/eslint-patch": "^1.1.4",
2022-07-28 15:10:28 +02:00
"@types/jsdom": "^20.0.0",
"@types/leaflet": "^1.7.11",
2022-08-30 15:18:16 +02:00
"@types/node": "^18.7.14",
2022-08-18 12:55:03 +02:00
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@vitejs/plugin-vue": "^3.0.3",
2022-02-22 15:39:39 +01:00
"@vue/eslint-config-prettier": "^7.0.0",
2022-06-02 12:54:26 +02:00
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
2022-02-22 15:39:39 +01:00
"@vue/tsconfig": "^0.1.3",
2022-08-18 12:55:03 +02:00
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.4.0",
2022-06-02 12:54:26 +02:00
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
2022-08-30 15:18:16 +02:00
"sass": "^1.54.6",
2022-08-30 15:21:13 +02:00
"typescript": "~4.8.2",
2022-08-18 12:55:03 +02:00
"vite": "^3.0.9",
"vitest": "^0.22.1",
"vue-eslint-parser": "^9.0.3",
2022-08-30 15:18:16 +02:00
"vue-tsc": "^0.40.4"
2022-02-22 15:39:39 +01:00
}
}