ffffng/frontend/package.json

46 lines
1.3 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": {
"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-07-28 15:10:28 +02:00
"pinia": "^2.0.17",
"sparkson": "^1.3.6",
2022-06-02 12:54:26 +02:00
"vue": "^3.2.37",
2022-07-28 15:10:28 +02:00
"vue-router": "^4.1.3"
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",
2022-08-09 14:04:49 +02:00
"@types/node": "^18.6.5",
2022-07-14 11:26:43 +02:00
"@vitejs/plugin-basic-ssl": "^0.1.1",
2022-07-21 11:53:35 +02:00
"@vitejs/plugin-vue": "^3.0.1",
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-02 15:36:04 +02:00
"eslint": "^8.21.0",
2022-07-28 15:10:28 +02:00
"eslint-plugin-vue": "^9.3.0",
2022-06-02 12:54:26 +02:00
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
2022-08-09 14:04:49 +02:00
"sass": "^1.54.3",
2022-06-02 12:54:26 +02:00
"typescript": "~4.7.4",
2022-08-09 14:04:49 +02:00
"vite": "^3.0.5",
"vitest": "^0.21.1",
"vue-tsc": "^0.39.5"
2022-02-22 15:39:39 +01:00
}
}