ffffng/frontend/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2022-02-22 15:39:39 +01:00
{
"name": "ffffng-frontend",
"version": "0.0.0-SNAPSHOT",
"description": "New frontend for ffffng",
"license": "AGPL",
"author": {
"name": "Andreas Baldeau",
"email": "andreas@baldeau.net"
},
2022-02-22 15:39:39 +01:00
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"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",
2022-02-22 15:39:39 +01:00
"pinia": "^2.0.14",
"sparkson": "^1.3.6",
2022-05-23 10:49:53 +02:00
"vue": "^3.2.36",
2022-02-22 15:39:39 +01:00
"vue-router": "^4.0.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.3",
"@types/jsdom": "^16.2.14",
2022-05-23 10:49:53 +02:00
"@types/node": "^17.0.35",
2022-02-22 15:39:39 +01:00
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
2022-05-23 10:49:53 +02:00
"@vue/test-utils": "^2.0.0",
2022-02-22 15:39:39 +01:00
"@vue/tsconfig": "^0.1.3",
2022-05-23 10:49:53 +02:00
"eslint": "^8.16.0",
2022-02-22 15:39:39 +01:00
"eslint-plugin-vue": "^9.0.1",
"jsdom": "^19.0.0",
"prettier": "^2.6.2",
2022-05-23 10:49:53 +02:00
"sass": "^1.52.1",
2022-05-26 11:06:27 +02:00
"typescript": "~4.7.2",
2022-02-22 15:39:39 +01:00
"vite": "^2.9.9",
2022-05-23 10:49:53 +02:00
"vitest": "^0.12.9",
"vue-tsc": "^0.34.16"
2022-02-22 15:39:39 +01:00
}
}