-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
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
{
"name": "whowantit-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint './src/**/*.{ts,tsx,js,jsx}'",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview"
},
"dependencies": {
"@toast-ui/react-editor": "^3.2.3",
"axios": "^1.7.9",
"jwt-decode": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-quill": "^2.0.0",
"react-router-dom": "^7.1.5",
"react-slick": "^0.30.3",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.15",
"vercel": "^41.5.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/navermaps": "^3.7.8",
"@types/react": "^19.0.8",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.5.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.23.0",
"vite": "^6.1.0"
}
}