-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 2.06 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
{
"name": "showcase.codeday.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rm -rf ./node_modules/.cache ./.next; next build",
"start": "next start"
},
"dependencies": {
"@codeday/topo": "^7.2.8",
"@codeday/topocons": "^1.5.0",
"@codeday/uploader-node": "^1.0.1",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@react-hook/resize-observer": "^1.2.6",
"babel-plugin-import-graphql": "^2.7.0",
"client-zip": "^2.4.4",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"jsonwebtoken": "^8.5.1",
"knuth-shuffle-seeded": "^1.0.6",
"luxon": "^1.26.0",
"next": "^12.2.3",
"next-absolute-url": "^1.2.2",
"next-auth": "^3.1.0",
"next-seo": "^4.7.3",
"pdfkit": "^0.13.0",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "17.0.2",
"react-audio-spectrum": "^0.1.0",
"react-butterfiles": "^1.3.3",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-h5-audio-player": "^3.7.0",
"react-hls-player": "^1.1.0",
"react-hook-form": "^6.11.5",
"react-load-script": "^0.0.6",
"react-media-recorder": "^1.4.0",
"react-movable": "^2.5.4",
"react-nl2br": "^1.0.1",
"react-responsive-modal": "^6.0.0",
"react-star-ratings": "^2.3.0",
"react-typing-effect": "^2.0.5",
"react-use": "^17.4.0",
"svg-to-pdfkit": "^0.1.8",
"truncate": "^2.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@codeday/eslint-config": "^1.3.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^14.4.3",
"@types/knuth-shuffle-seeded": "^1.0.0",
"csv-stringify": "^5.6.2",
"eslint": "^7.6.0",
"graphql-request": "^5.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.49.1"
},
"resolutions": {
"@codeday/**/react": "17.0.2"
}
}