-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
168 lines (168 loc) · 5.59 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "app",
"version": "1.2.0",
"private": true,
"homepage": "https://github.com/breatheco-de/app",
"lint-staged": {
"src/**/*.{js,jsx}": [
"eslint --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "bun verify:asset-file && bun make:iconDict && next dev -p 3000",
"build": "bun make:assets && bun generate-files && next build",
"start": "bun make:iconDict && next start -p 3080",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"jest": "jest",
"storybook": "bun make:iconDict && bun generate-namespaces && storybook dev -p 6006",
"build-storybook": "bun make:iconDict && bun generate-namespaces && storybook build",
"make:iconDict": "bun ./scripts/make.iconDict.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "bun ./src/__tests__/publicSyllabus.js",
"lint:files": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint src/**/*.{js,jsx} --fix",
"lint:fix:components": "eslint --fix src/common/components/**/*.{js,jsx}",
"prepare-repo": "husky install && bun make:assets",
"make:sitemap": "bun ./scripts/sitemap-generator/index.js",
"slicemachine": "start-slicemachine",
"make:redirect": "bun ./scripts/redirects-generator.js",
"make:syllabus": "bun ./scripts/syllabus.js",
"make:assets": "bun ./scripts/generate_assets.js",
"verify:asset-file": "bun ./scripts/verify-asset-file.js",
"generate-namespaces": "bun ./scripts/generate-namespaces.js",
"generate-files": "bun make:redirect && bun make:sitemap && bun make:syllabus && bun make:iconDict"
},
"dependencies": {
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "2.6.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "11.11.0",
"@fnando/sparkline": "^0.3.10",
"@fontsource-variable/space-grotesk": "^5.0.16",
"@fontsource/lato": "4.5.10",
"@loadable/component": "5.15.3",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "13.4.1",
"@prismicio/client": "^6.7.3",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.1.0",
"@prismicio/react": "^2.6.1",
"@prismicio/slice-simulator-react": "^0.2.3",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@uiw/react-markdown-editor": "^5.11.1",
"@vercel/kv": "^0.2.3",
"anchor-js": "^5.0.0",
"atob": "2.1.2",
"axios": "1.4.0",
"cross-env": "^7.0.3",
"date-fns": "2.30.0",
"dotenv": "^16.0.3",
"emoji-dictionary": "^1.0.11",
"formik": "2.2.9",
"framer-motion": "^10.12.10",
"globby": "^11.0.1",
"gray-matter": "4.0.3",
"history": "5.3.0",
"html-react-parser": "^4.2.0",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"katex": "^0.16.8",
"markdown-to-jsx": "7.2.0",
"next": "^13.4.1",
"next-redux-wrapper": "8.1.0",
"next-remove-imports": "^1.0.11",
"next-runtime-dotenv": "1.5.1",
"next-translate": "^2.0.5",
"next-translate-plugin": "^2.0.5",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-autosuggest": "^10.1.0",
"react-confetti": "^6.1.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-easy-crop": "^4.7.4",
"react-google-recaptcha": "^3.1.0",
"react-gtm-module": "^2.0.11",
"react-i18next": "^12.2.2",
"react-input-mask": "^2.0.4",
"react-markdown": "^8.0.7",
"react-masonry-css": "^1.0.16",
"react-player": "^2.12.0",
"react-plx": "^2.1.2",
"react-redux": "8.0.5",
"react-select": "^5.7.3",
"react-syntax-highlighter": "15.5.0",
"react-tagsinput": "^3.20.1",
"react-youtube": "^10.1.0",
"redux-thunk": "2.4.2",
"refractor": "^4.8.1",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"remark": "14.0.2",
"remark-comments": "1.2.9",
"remark-emoji": "3.1.1",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "15.0.2",
"remark-math": "^5.1.1",
"remark-react": "9.0.1",
"remark-toc": "8.0.1",
"remark-variables": "1.4.9",
"rigobot-chat-bubble": "^0.0.55",
"sharp": "^0.32.1",
"socket.io-client": "^4.6.1",
"styled-components": "5.3.10",
"websocket": "^1.0.34",
"yup": "1.1.1"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@next/eslint-plugin-next": "^13.4.1",
"@prismicio/types": "^0.2.7",
"@slicemachine/adapter-next": "^0.1.3",
"@storybook/addon-actions": "7.0.10",
"@storybook/addon-essentials": "^7.0.10",
"@storybook/addon-interactions": "^7.0.15",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.0.10",
"@storybook/blocks": "^7.0.15",
"@storybook/nextjs": "^7.0.15",
"@storybook/react": "7.0.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/react": "14.0.0",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"babel-plugin-styled-components": "2.1.1",
"eslint": "8.40.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.12",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"slice-machine-ui": "^1.0.3",
"storybook": "^7.0.15"
}
}