-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 4.72 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "tab-web",
"version": "0.1.0",
"private": true,
"scripts": {
"go": "yarn run dev",
"dev": "NODE_ENV=development next dev --port 3001",
"build": "NODE_ENV=test yarn run test && NODE_ENV=production yarn run relay && next build",
"start": "NODE_ENV=production next start --port 3001",
"test": "yarn run relay && yarn run lint && yarn run jest --testPathIgnorePatterns=e2e -w 1",
"test:e2e": "dotenv-extended --defaults=./.env --path=./.env.local yarn run jest e2e-tests.test.js",
"test:watch": "yarn run relay && jest --watch --testPathIgnorePatterns=e2e",
"test:coverage": "yarn run test --coverage",
"format": "prettier \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:fix": "yarn run format --write",
"lint": "eslint \"**/*.{js,jsx}\" --ignore-pattern \"next.config.*js\"",
"relay": "relay-compiler --src ./src/ --artifactDirectory ./src/relay/__generated__ --exclude '**/__test__/**' '**/__generated__/**' --schema ./src/schema/schema.graphql",
"find-unused": "echo \"This will find unused files. However, note that it ignores mocks, tests, and utils in the testHelpers directory.\n\" && next-unused",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/poppins": "^4.5.0",
"@fontsource/roboto": "^4.5.8",
"@growthbook/growthbook-react": "^0.7.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.11.3-deprecations.1",
"@material-ui/utils": "^4.11.2",
"@mdi/js": "^6.3.95",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@sentry/browser": "^6.13.3",
"@sentry/node": "^6.13.3",
"@sentry/webpack-plugin": "^1.18.1",
"@zeit/next-source-maps": "^0.0.4-canary.1",
"canvas-confetti": "^1.4.0",
"clsx": "^1.1.1",
"cookies": "^0.8.0",
"cookies-next": "^4.2.1",
"dayjs": "^1.10.2",
"detect-browser": "^5.3.0",
"dotenv-extended": "^2.9.0",
"firebase": "^8.2.2",
"firebase-admin": "^9.4.2",
"ga-gtag": "^1.1.7",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"mdi-material-ui": "^5.11.0",
"moment": "^2.29.4",
"next": "^10.2.3",
"next-firebase-auth": "^0.14.0",
"next-images": "^1.6.2",
"next-offline": "^5.0.3",
"next-transpile-modules": "^8.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-firebaseui": "^5.0.2",
"react-relay": "^12.0.0",
"react-share": "^4.4.0",
"react-transition-group": "^4.4.1",
"rehype-react": "^6.0.0",
"rehype-sanitize": "^4.0.0",
"relay-runtime": "^12.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"swr": "^1.0.1",
"tab-cmp": "^0.15.0-alpha.0",
"unified": "^9.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/components": "^6.5.10",
"@storybook/core-events": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/theming": "^6.5.10",
"@testing-library/react-hooks": "^7.0.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-relay": "^12.0.0",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"chromatic": "^6.9.0",
"enzyme": "^3.11.0",
"eslint": "^7.0.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"graphql": "^15.6.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.5",
"jest-next-dynamic": "^1.0.1",
"mockdate": "^3.0.2",
"msw": "^0.35.0",
"msw-storybook-addon": "^1.4.1",
"next-unused": "^0.0.6",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.2",
"relay-compiler": "^12.0.0",
"require-from-string": "^2.0.2",
"tab-e2e": "^2.0.8",
"typescript": "^4.4.4",
"webpack": "^4.19.1"
},
"next-unused": {
"alias": {
"src": "src/"
},
"include": [
"src/pages",
"src/assets",
"src/components",
"src/utils"
],
"exclude": [
"./__mocks__/.",
"./__tests__/.",
"src/utils/testHelpers/."
],
"entrypoints": [
"src/pages"
],
"debug": true
}
}