-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
{
"name": "vizblocks",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"postinstall": "remix setup node",
"start": "remix-serve build",
"prepare": "husky install",
"commit": "commit"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.4.2",
"@mui/material": "latest",
"@mui/x-data-grid": "^5.5.1",
"@remix-run/node": "^1.3.4",
"@remix-run/react": "^1.3.4",
"@remix-run/serve": "^1.3.4",
"@remix-run/vercel": "^1.3.4",
"@supabase/supabase-js": "^1.33.3",
"dom-to-image": "^2.6.0",
"js-file-download": "^0.4.12",
"pure-react-carousel": "^1.29.0",
"react": "latest",
"react-dom": "latest",
"react-grid-heatmap": "^1.1.0",
"react-hot-toast": "^2.2.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"recharts": "^2.1.9",
"remix-auth": "^3.2.1",
"remix-auth-supabase": "^3.1.0",
"xlsx": "^0.18.3"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/prompt-cli": "^16.2.1",
"@remix-run/dev": "^1.3.4",
"@remix-run/eslint-config": "^1.3.4",
"@types/dom-to-image": "^2.6.4",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.3",
"eslint": "^8.11.0",
"husky": "^7.0.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"typescript": "latest"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}