46 lines
1.3 KiB
JSON
46 lines
1.3 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": {
|
|
"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": {
|
|
"fork-awesome": "^1.2.0",
|
|
"pinia": "^2.0.17",
|
|
"sparkson": "^1.3.6",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@types/jsdom": "^20.0.0",
|
|
"@types/node": "^18.6.2",
|
|
"@vitejs/plugin-basic-ssl": "^0.1.1",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"jsdom": "^20.0.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.54.0",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^3.0.3",
|
|
"vitest": "^0.19.1",
|
|
"vue-tsc": "^0.39.2"
|
|
}
|
|
}
|