-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.08 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.08 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "twospoon",
"version": "0.0.1",
"private": true,
"description": "hanspoon 개선을 위한 TwoSpoon 프로젝트 입니다.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "NODE_PATH=src start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@reduxjs/toolkit": "^1.8.0",
"@sentry/nextjs": "^6.19.2",
"@svgr/webpack": "^5.5.0",
"@types/react-redux": "^7.1.23",
"@types/yup": "^0.29.13",
"axios": "^0.26.1",
"emotion-normalize": "^11.0.1",
"firebase": "^9.6.8",
"formik": "^2.2.9",
"next": "12.1.0",
"next-redux-wrapper": "^7.0.5",
"polished": "^4.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-loading-icons": "^1.0.8",
"react-redux": "^7.2.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/runtime": "^7.12.8",
"@emotion/babel-plugin": "^11.7.2",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"firebase-tools": "^10.3.0",
"prettier": "^2.5.1",
"redux-logger": "^3.0.6",
"storybook-addon-next-router": "^3.1.1",
"typescript": "4.6.2"
}
}