-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "team_handdam_teamddam_clinet",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint:fix": "eslint --fix 'src/**'",
"lint:css": "stylelint 'src/**/*.{ts, tsx}'",
"prepare": "husky install"
},
"dependencies": {
"@egjs/react-flicking": "^4.4.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@stomp/stompjs": "^6.1.2",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"feather-icons": "^4.28.0",
"framer-motion": "^5.3.3",
"jest": "^27.4.7",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-lottie": "^1.2.3",
"react-modal-sheet": "^1.4.1",
"sockjs-client": "^1.5.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.0.0-beta.12",
"@types/feather-icons": "^4.7.0",
"@types/jest": "^27.4.0",
"@types/node": "16.11.10",
"@types/react": "17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-lottie": "^1.2.6",
"@types/sockjs-client": "^1.5.1",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"commitlint": "^15.0.0",
"commitlint-config-gitmoji": "^2.2.5",
"eslint": "<8.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"husky": ">=6",
"kakao.maps.d.ts": "^0.1.24",
"lint-staged": ">=10",
"prettier": "^2.5.1",
"typescript": "4.5.2"
},
"lint-staged": {
"*.{ts,tsx,js}": "eslint --cache --fix",
"*.{ts,tsx,js,css,md}": "prettier --write"
}
}