-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "dev_portfolio",
"version": "1.0.0",
"type": "module",
"description": "- React, TypeScript, Next.js, (Nest.js는?)\r - 상태 관리: React-Query, Recoil\r - 패키지 매니저: Yarn Berry, Pnpm\r - 빌드: Webpack, ESBuild, SWC, Babel\r - 테스트: Jest, Vitest\r - CI/CD: GitHub Actions\r - Emotion, MSW, Playwright, Zustand, swc, pnpm, Supabase\r - (jotai는?)\r - SEO 최적화\r - AWS, Vercel, (데이터독은?)",
"main": "index.js",
"private": true,
"scripts": {
"preinstall": "pnpm dlx only-allow pnpm",
"dev": "vite",
"build": "tsc && vite build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"format": "prettier --cache --write .",
"preview": "vite preview"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --ext .tsx --ext .ts src/",
"prettier --write"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.48",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
},
"dependencies": {
"@radix-ui/react-tabs": "^1.1.1",
"@tailwindcss/line-clamp": "^0.4.4",
"framer-motion": "^11.11.17",
"lucide-react": "^0.456.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.8",
"react-router-dom": "^6.14.1",
"react-scroll": "^1.9.0",
"react-tooltip": "^5.26.4",
"swiper": "^11.1.15"
}
}