-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.38 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "animl-frontend",
"version": "3.0.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.0.3",
"@babel/runtime": "^7.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@juggle/resize-observer": "^3.3.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/themes": "^1.1.2",
"@reduxjs/toolkit": "^1.4.0",
"@stitches/react": "^1.2.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@vvo/tzdb": "^6.47.0",
"aws-amplify": "^5.3.3",
"bson": "^4.2.3",
"connected-react-router": "^6.9.1",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"formik": "^2.2.6",
"graphql": "^15.3.0",
"graphql-request": "^4.2.0",
"install": "^0.13.0",
"intrinsic-scale": "^3.0.4",
"lodash": "^4.17.20",
"lucide-react": "^0.441.0",
"luxon": "^3.0.1",
"moment-timezone": "^0.5.34",
"mongodb-query-parser": "^2.4.3",
"npm-force-resolutions": "^0.0.10",
"prettier": "^3.2.5",
"react": "^16.13.1",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.5",
"react-ga4": "^1.4.1",
"react-redux": "^7.2.1",
"react-resizable": "^1.11.0",
"react-router-dom": "^5.3.0",
"react-scrollbar-size": "^4.0.0",
"react-select": "^5.5.1",
"react-slider": "^1.3.1",
"react-table": "^7.6.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.5",
"react-with-direction": "^1.3.1",
"recharts": "^2.12.3",
"redux-undo-redo": "^2.1.1",
"use-resize-observer": "^9.1.0",
"yup": "^0.32.8"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "vite",
"build": "vite build",
"build:staging": "env-cmd -f .env.staging npm run build",
"serve": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"deploy-dev": "npm run build:staging && sls client deploy --no-confirm --stage dev",
"deploy-prod": "npm run build && sls client deploy --no-confirm --stage prod",
"prepare": "husky"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-refresh"
],
"rules": {
"react-refresh/only-export-components": "warn"
}
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.1",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.11",
"serverless-finch": "^4.0.3",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0",
"vite-plugin-top-level-await": "^1.3.1"
}
}