-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.2 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
{
"name": "clothing-bin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"vercel-deploy": "next build && next export"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.28.9",
"axios": "^1.6.8",
"eslint": "8.57.0",
"eslint-config-next": "14.1.2",
"lodash": "^4.17.21",
"next": "14.1.2",
"react": "18.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-redux": "^8.1.3",
"sharp": "^0.32.6",
"styled-components": "^6.1.8",
"swr": "^2.2.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/navermaps": "^3.7.4",
"@types/node": "^22.4.1",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.19",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "yarn@3.6.4",
"proxy": "http://127.0.0.1:8000"
}