-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 953 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 953 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export && npm run build-sw",
"start": "next start",
"lint": "next lint",
"build-sw": "node sw-build.js && npx rollup -c"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.12.3",
"axios": "^1.4.0",
"axios-hooks": "^4.0.0",
"date-fns": "^2.29.3",
"gpt-3-encoder": "^1.1.4",
"iframe-resizer-react": "^1.1.0",
"next": "latest",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.4.3",
"react-toastify": "^9.1.3",
"rollup": "^2.79.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.62.1",
"typewriter-effect": "^2.19.0",
"workbox-build": "^6.5.4"
}
}