-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) Β· 1.9 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
{
"name": "teamble-frontend",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.(js|jsx|ts|tsx)\" --ignore-path .gitignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@datepicker-react/styled": "^2.8.4",
"@toast-ui/editor": "^3.1.2",
"@toast-ui/react-editor": "^3.1.2",
"@types/react-slick": "^0.23.8",
"await-to-js": "^3.0.0",
"axios": "^0.24.0",
"cookies": "^0.8.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.28.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-full-page-scroll": "^0.1.3",
"react-popper": "^2.2.5",
"react-query": "^3.34.19",
"react-slick": "^0.28.1",
"recoil": "^0.5.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4",
"zod": "^3.11.6"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@next/eslint-plugin-next": "^12.0.7",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/react": "^6.4.9",
"@svgr/webpack": "^5.0.0",
"@types/cookies": "^0.7.7",
"@types/react": "^17.0.38",
"@types/styled-components": "^5.1.19",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.5",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.4"
}
}