-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "reviewzip",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"autosize": "^6.0.1",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"dotenv": "^16.4.1",
"esbuild": "^0.20.0",
"http-proxy-middleware": "^2.0.6",
"kakao-maps-sdk": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-kakao-maps-sdk": "^1.1.26",
"react-mentions": "^4.4.10",
"react-remove-scroll": "^2.5.7",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.21.1",
"styled-components": "^6.1.6",
"swiper": "^11.0.5"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/autosize": "^4.0.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-mentions": "^4.1.13",
"@types/react-responsive": "^8.0.8",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"kakao.maps.d.ts": "^0.1.39",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}