## [1.1.0](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.4...v1.1.0) (2026-02-25) ### Features * Add Helm chart for Kubernetes deployment ([#1](#1)) ([8deb3dc](8deb3dcd9f)), closes [CONTRIBUTING.md#commit-guidelines](https://git.seyshiro.de/tudattr/CONTRIBUTING.md/issues/commit-guidelines)
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "cv-app",
|
|
"private": true,
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:integration": "vitest run tests/integration",
|
|
"test:regression": "vitest run tests/regression --update",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:perf": "k6 run tests/performance/k6/load.js",
|
|
"test:lighthouse": "lhci autorun --config tests/performance/lighthouserc.js",
|
|
"prepare": "husky",
|
|
"bundle:check": "npm run build && bundlesize"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/assets/*.js",
|
|
"maxSize": "500kb"
|
|
},
|
|
{
|
|
"path": "./dist/assets/*.css",
|
|
"maxSize": "100kb"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"framer-motion": "^12.34.1",
|
|
"lucide-react": "^0.574.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.4.2",
|
|
"@commitlint/config-conventional": "^20.4.2",
|
|
"@eslint/js": "^9.39.1",
|
|
"@lhci/cli": "^0.15.1",
|
|
"@playwright/test": "^1.58.2",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^12.0.6",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"autoprefixer": "^10.4.24",
|
|
"better-sqlite3": "^12.6.2",
|
|
"bundlesize": "^0.18.2",
|
|
"cors": "^2.8.6",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"express": "^5.2.1",
|
|
"globals": "^16.5.0",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^28.1.0",
|
|
"postcss": "^8.5.6",
|
|
"semantic-release": "^25.0.3",
|
|
"supertest": "^7.2.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|