|
| 1 | +{ |
| 2 | + "name": "project-athena", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "lint": "eslint .", |
| 11 | + "lint:fix": "eslint . --fix", |
| 12 | + "prepare": "husky" |
| 13 | + }, |
| 14 | + "lint-staged": { |
| 15 | + "src/**/*.{js,jsx}": [ |
| 16 | + "eslint --fix", |
| 17 | + "prettier --write" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "@babel/core": "^7.0.0", |
| 22 | + "@emotion/react": "^11.13.5", |
| 23 | + "@emotion/styled": "^11.13.5", |
| 24 | + "react": "^18.3.1", |
| 25 | + "react-dom": "^18.3.1", |
| 26 | + "react-router": "^7.0.2", |
| 27 | + "styled-components": "^6.1.13", |
| 28 | + "twin.macro": "^3.4.1" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@eslint/js": "^9.15.0", |
| 32 | + "@types/react": "^18.3.12", |
| 33 | + "@types/react-dom": "^18.3.1", |
| 34 | + "@types/styled-components": "^5.1.34", |
| 35 | + "@vitejs/plugin-react": "^4.3.4", |
| 36 | + "autoprefixer": "^10.4.20", |
| 37 | + "babel-plugin-macros": "^3.1.0", |
| 38 | + "babel-plugin-styled-components": "^2.1.4", |
| 39 | + "eslint": "^9.16.0", |
| 40 | + "eslint-config-prettier": "^9.1.0", |
| 41 | + "eslint-plugin-react": "^7.37.2", |
| 42 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 43 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 44 | + "globals": "^15.12.0", |
| 45 | + "husky": "^9.1.7", |
| 46 | + "lint-staged": "^15.2.10", |
| 47 | + "postcss": "^8.4.49", |
| 48 | + "prettier": "^3.4.2", |
| 49 | + "tailwindcss": "^3.4.16", |
| 50 | + "vercel": "^39.1.3", |
| 51 | + "vite": "^6.0.1" |
| 52 | + } |
| 53 | +} |
0 commit comments