-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.92 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
{
"name": "capybara-web",
"version": "0.1.0",
"private": true,
"homepage": "https://capybara-teal.vercel.app",
"type": "module",
"dependencies": {
"@date-io/luxon": "^2.16.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.119",
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^7.3.2",
"@reduxjs/toolkit": "^1.9.2",
"chroma-js": "^2.1.2",
"dexie": "^3.2.3",
"dexie-observable": "^4.0.1-beta.13",
"dotenv": "^16.4.5",
"gsap": "^3.12.5",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"luxon": "^3.2.1",
"next": "^14.2.3",
"papaparse": "^5.3.1",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-redux": "^8.0.5",
"react-reveal": "^1.2.2",
"saas": "^1.0.0",
"victory": "^36.6.8",
"vite-plugin-pwa": "^0.20.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@types/chroma-js": "^2.1.5",
"@types/jest": "^29.4.0",
"@types/lodash-es": "^4.17.4",
"@types/luxon": "^3.2.0",
"@types/node": "^18.13.0",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.27",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.10",
"@types/react-redux": "^7.1.25",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"jsdom": "^21.1.0",
"sass": "^1.77.2",
"typescript": "^4.9.5",
"vite": "^4.1.0",
"vitest": "^1.6.0"
}
}