-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.94 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
{
"name": "showcase.codeday.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf ./node_modules/.cache; rm -rf ./.next; next dev",
"build": "rm -rf ./node_modules/.cache; rm -rf ./.next; next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "~1.6.10",
"@codeday/topo": "^7.2.5",
"@codeday/topocons": "^1.3.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@rjsf/chakra-ui": "^4.2.0",
"@rjsf/core": "^4.2.0",
"@rjsf/utils": "^5.17.0",
"@rjsf/validator-ajv8": "^5.15.1",
"@tylermenezes/cognitoforms-react": "^2.0.14",
"ag-grid-community": "^25.3.0",
"ag-grid-react": "^25.3.0",
"array.prototype.group": "^1.1.2",
"babel-plugin-import-graphql": "^2.7.0",
"csv-stringify": "^5.6.2",
"framer-motion": "^6",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"jsonwebtoken": "^8.5.1",
"knuth-shuffle-seeded": "^1.0.6",
"lodash.get": "^4.4.2",
"luxon": "^1.25.0",
"next": "11",
"next-absolute-url": "^1.2.2",
"next-auth": "^3.1.0",
"next-seo": "^4.7.3",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "17",
"react-beautiful-dnd": "^13.1.0",
"react-big-calendar": "^1.8.1",
"react-csv": "^2.2.2",
"react-dom": "17",
"react-hook-form": "^6.11.5",
"react-intersection-observer": "^9.5.2",
"react-linkedin-insight": "^0.1.2",
"react-load-script": "^0.0.6",
"react-markdown": "6",
"react-nl2br": "^1.0.2",
"react-page-visibility": "^7.0.0",
"react-player": "^2.9.0",
"react-responsive-modal": "^6.0.0",
"react-signature-canvas": "^1.0.6",
"react-star-ratings": "^2.3.0",
"react-ticker": "^1.3.2",
"react-timezone-select": "^2.1.2",
"swr": "^0.5.6",
"truncate": "^2.1.0"
},
"devDependencies": {
"@codeday/eslint-config": "^1.3.0",
"eslint": "^7.6.0"
}
}