-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "next-template",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@egjs/react-flicking": "^4.4.3",
"@emotion/react": "11.7.0",
"@emotion/styled": "11.6.0",
"@material-ui/core": "^4.12.3",
"apexcharts": "^3.31.0",
"axios": "^0.24.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"cz-emoji": "1.3.1",
"dayjs": "^1.10.7",
"emoji-picker-react": "^3.4.8",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"next": "12.0.4",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "17.0.2",
"react-icons": "4.3.1",
"react-lottie": "^1.2.3",
"react-toastify": "^8.1.0",
"swr": "1.1.0",
"yarn": "1.22.17"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.4.0",
"@storybook/addon-essentials": "^6.4.0",
"@storybook/addon-links": "^6.4.0",
"@storybook/builder-webpack5": "^6.4.0",
"@storybook/manager-webpack5": "^6.4.0",
"@storybook/react": "^6.4.0",
"babel-loader": "^8.2.3",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.5.0",
"webpack": "5.64.4"
}
}