mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.12",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@testing-library/jest-dom": "^6.6.4",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"aos": "^2.3.4",
|
|
"browserslist": "^4.25.1",
|
|
"browserslist-useragent": "^4.0.0",
|
|
"cypress": "^14.5.3",
|
|
"i18next": "^25.3.4",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-github-btn": "^1.4.0",
|
|
"react-i18next": "^15.6.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-particles": "^2.12.2",
|
|
"sass": "^1.86.0",
|
|
"tailwindcss": "^4.1.12",
|
|
"tsparticles-slim": "^2.12.0",
|
|
"typescript": "^5.8.3",
|
|
"web-vitals": "^5.1.0",
|
|
"yarn": "^1.22.22"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "npx tsc && vite build",
|
|
"serve": "vite preview",
|
|
"build:css": "npx @tailwindcss/cli -i src/index.css -o src/output.css",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"test": "browserslist && cypress run"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@simonsmith/cypress-image-snapshot": "^10.0.2",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"prettier": "^3.6.2",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|