-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2.23 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
{
"name": "www-clear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@codeday/topo": "^9.1.1",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@codeday/topocons": "^1.5.0",
"@emotion/utils": "1.0.0",
"@headwayapp/react-widget": "^0.0.4",
"@rjsf/antd": "^3.1.0",
"@rjsf/chakra-ui": "^4.1.1",
"@rjsf/core": "^3.1.0",
"@wojtekmaj/react-daterange-picker": "^3.3.0",
"antd": "^4.16.13",
"babel-plugin-import-graphql": "^2.8.1",
"chakra-react-select": "^4.4.3",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"framer-motion": "^9.1.6",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"graphql-tag": "^2.12.6",
"isomorphic-dompurify": "^0.18.0",
"jsonwebtoken": "^8.5.1",
"lodash.get": "^4.4.2",
"luxon": "^2.1.1",
"marked": "^4.0.9",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"next": "12",
"next-auth": "^4.3.1",
"next-router": "^1.3.6",
"next-seo": "^4.26.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.0.0",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "^18.2.0",
"react-clock": "^3.0.0",
"react-csv": "^2.2.2",
"react-date-picker": "^8.3.2",
"react-datetime": "^3.0.4",
"react-datetime-picker": "^3.4.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.5",
"react-html-parser": "^2.0.2",
"react-line-graph": "^1.0.6",
"react-qr-barcode-scanner": "^1.0.6",
"react-responsive-masonry": "^2.1.3",
"react-responsive-modal": "^6.1.0",
"react-sizeme": "^3.0.2",
"recharts": "^2.1.10",
"swr": "^1.0.1",
"three": "^0.134.0"
},
"devDependencies": {
"@codeday/eslint-config": "^2.1.4",
"@next/bundle-analyzer": "^12.1.5",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.0",
"npm-check": "^5.9.2"
}
}