Files
frontend-template/package.json
2025-11-11 15:19:09 +00:00

68 lines
2.0 KiB
JSON

{
"name": "frontend",
"private": false,
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"scripts": {
"dev": "vite --open",
"test": "jest --watch --maxWorkers=25%",
"preview": "vite preview",
"build": "tsc && vite build",
"setup": "cp .env.template .env",
"format": "prettier . --write --ignore-path=.prettierignore",
"lint": "eslint --ext .ts,.tsx,.js ."
},
"dependencies": {
"@fontsource/bricolage-grotesque": "^5.2.8",
"@fontsource/inter": "^5.2.6",
"@mantine/core": "^8.2.4",
"@mantine/dates": "^8.2.4",
"@mantine/hooks": "^8.2.4",
"@tabler/icons-react": "^3.34.1",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"react": "^19.1.1",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.4",
"zustand": "^5.0.7"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@stylistic/eslint-plugin": "^5.2.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"lint-staged": "^16.1.4",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"testdouble": "^3.20.2",
"ts-jest": "^29.4.1",
"typescript": "5.8.3",
"vite": "^7.0.6"
},
"author": "Lea Anthony <lea.anthony@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wailsapp/wails/issues"
},
"homepage": "https://github.com/wailsapp/wails#readme"
}