forked from prgrms-web-devcourse/Team-DarkNight-Kkini-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
{
"name": "bolier-plate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "husky install",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.24.6",
"@types/moment": "^2.13.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"axios": "^1.3.4",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.7",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"next": "13.1.6",
"rc-time-picker": "^3.7.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.2",
"react-icons": "^4.7.1",
"recoil": "^0.7.6",
"sockjs-client": "^1.6.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@tanstack/eslint-plugin-query": "^4.24.7",
"@types/gtag.js": "^0.0.12",
"@types/jsonwebtoken": "^9.0.1",
"@types/react-calendar": "^3.9.0",
"@types/sockjs-client": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"kakao.maps.d.ts": "^0.1.33",
"lint-staged": "^13.1.1",
"postcss": "^8.4.21",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.4",
"react-calendar": "^4.0.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-rational-order": "^0.0.4",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1"
}
}