-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
98 lines (98 loc) · 3.15 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
92
93
94
95
96
97
98
{
"name": "web-app-v2",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "npx eslint ./",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"new-component": "bash scripts/new-component.sh",
"test": "jest --watch",
"prestart": "node ./scripts/get-introspection-data.js"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@fingerprintjs/fingerprintjs-pro": "^3.5.3",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@segment/analytics-next": "^1.46.0",
"@storybook/addon-controls": "^7.0.18",
"@storybook/cli": "^7.0.18",
"@styled-system/theme-get": "^5.1.2",
"amplitude-js": "^8.1.0",
"apollo3-cache-persist": "^0.14.1",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"color": "^4.2.3",
"create-pull-request": "^1.4.0",
"cross-fetch": "^3.0.6",
"date-fns": "^2.30.0",
"embla-carousel-auto-height": "^8.0.2",
"embla-carousel-auto-scroll": "^8.0.1",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-react": "^8.0.1",
"eslint-config-next": "^13.4.10",
"graphql": "^16.6.0",
"html-to-react": "^1.4.5",
"ical.js": "^1.5.0",
"lodash": "^4.17.20",
"lottie-web": "^5.12.2",
"mux.js": "^6.3.0",
"next": "^13.4.4",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-multi-carousel": "2.8.4",
"react-player": "^2.9.0",
"react-quill": "^2.0.0",
"react-simple-typewriter": "^5.0.1",
"react-use-draggable-scroll": "^0.4.7",
"sanitize-html": "^2.7.0",
"storybook": "^7.0.18",
"stream-chat": "3.1.x",
"stream-chat-react": "^4.1.3",
"styled-components": "^6.0.0-rc.3",
"styled-system": "^5.1.5",
"url": "^0.11.0",
"webpack": "^5.86.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.15.0",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^7.0.18",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.0.18",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.1.3",
"eslint": "^8.42.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^4.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"next-sitemap": "^4.1.3",
"prettier": "^2.1.2",
"webpack-cli": "^5.1.3"
}
}