-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "labs.codeday.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rm -rf ./.next; next build",
"start": "next start"
},
"dependencies": {
"@auth0/auth0-react": "^1.2.0",
"@chakra-ui/react": "^1.1.2",
"@codeday/topo": "^3.33.0",
"@codeday/topocons": "^1.3.0",
"@contentful/rich-text-react-renderer": "^14.1.2",
"@emotion/core": "^10.0.28",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^10.0.27",
"auth0": "^2.31.1",
"axios": "^0.21.2",
"babel-plugin-import-graphql": "^2.8.1",
"blobs": "^2.2.0",
"chakra-ui": "^0.3.9",
"emotion-theming": "^10.0.27",
"framer-motion": "^3.1.4",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"hash-sum": "^2.0.0",
"jimp": "^0.14.0",
"jsonwebtoken": "^8.5.1",
"libphonenumber-js": "^1.7.55",
"lru-cache": "^6.0.0",
"moment": "^2.25.3",
"moment-timezone": "^0.5.31",
"mysql": "^2.18.1",
"next": "^9.5.4",
"next-absolute-url": "^1.2.2",
"next-auth": "^3.3.0",
"next-seo": "^4.7.3",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "16.13.1",
"react-confetti": "^6.0.1",
"react-dom": "16.13.1",
"react-load-script": "^0.0.6",
"react-player": "^2.8.2",
"react-use": "^17.2.4",
"swr": "^0.4.1",
"truncate": "^2.1.0"
},
"devDependencies": {
"@codeday/eslint-config": "^1.3.0",
"eslint": "^7.6.0"
}
}