-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
91 lines (91 loc) · 2.76 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
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_aeaca4cc95ad5ad"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@nivo/calendar": "^0.80.0",
"@nivo/colors": "^0.80.0",
"@nivo/core": "^0.80.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@tanstack/react-query": "^4.35.3",
"@types/react-slick": "^0.23.12",
"axios": "^1.5.0",
"ckeditor5-custom-build": "file:./ckeditor5",
"dayjs": "^1.11.10",
"dompurify": "^3.0.6",
"focus-trap-react": "^10.2.2",
"framer-motion": "^10.16.4",
"immer": "^10.0.3",
"next": "13.5.2",
"next-cookies": "^2.0.3",
"open-graph-scraper": "^6.3.0",
"qs": "^6.11.2",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-datepicker": "^4.18.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.47.0",
"react-joyride": "^2.6.2",
"react-remove-scroll": "^2.5.6",
"react-resizable-panels": "^0.0.55",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.11.0",
"@next/bundle-analyzer": "^14.0.1",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.5",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^4.35.7",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/dompurify": "^3.0.5",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-datepicker": "^4.15.1",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"chromatic": "^7.2.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.14",
"msw": "^1.3.1",
"prettier": "^3.0.3",
"storybook": "^7.4.5",
"typescript": "5.1.6",
"url-loader": "^4.1.1"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"msw": {
"workerDirectory": "public"
}
}