-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.88 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.88 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "next build && next-sitemap --config next-sitemap.config.js",
"build:anz": "ANALYZE=true next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci --silent",
"lint": "next lint",
"lint:fix": "next lint --fix",
"storybook": "start-storybook -p 6006 ./public",
"build-storybook": "build-storybook",
"chromatic": "chromatic --project-token CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"@next/font": "^13.4.0",
"@plaiceholder/next": "^2.5.0",
"@tanstack/react-query": "^4.24.10",
"apexcharts": "^3.39.0",
"axios": "^1.3.4",
"formidable": "^3.5.0",
"highlight.js": "^11.8.0",
"jwt-decode": "^3.1.2",
"next": "13.2.1",
"nookies": "^2.5.2",
"plaiceholder": "^2.5.0",
"prop-types": "^15.8.1",
"quill-image-compress": "^1.2.29",
"quill-image-resize": "^3.0.9",
"quilljs-markdown": "^1.2.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-cropper": "^2.3.3",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"react-quill": "^2.0.0",
"react-responsive-masonry": "^2.1.7",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"react-wordcloud": "^1.2.7",
"recoil": "^0.7.6",
"sharp": "^0.32.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.5",
"util": "^0.12.5",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-typescript": "^7.22.5",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^13.4.1",
"@next/eslint-plugin-next": "^13.2.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query-devtools": "^4.24.12",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/formidable": "^3.4.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-responsive-masonry": "^2.1.0",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "5.14.5",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-loader": "^8.3.0",
"babel-plugin-styled-components": "^2.1.4",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-testing-library": "^5.10.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-styled-components": "^7.1.1",
"msw": "^1.1.0",
"next-router-mock": "^0.9.3",
"next-sitemap": "^4.2.2",
"node-mocks-http": "^1.13.0",
"prettier": "^2.8.4",
"storybook-addon-next-router": "^4.0.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "4.9.5",
"webpack": "^5.88.1"
},
"packageManager": "yarn@3.4.1"
}