-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.9 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.9 KB
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
{
"name": "visualexp",
"version": "0.1.0",
"private": true,
"scripts": {
"start:dev": "env-cmd -f .env.develop react-scripts start",
"start:prod": "env-cmd -f .env.production react-scripts start",
"build:dev": "env-cmd -f .env.develop react-scripts build",
"build:prod": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"emulator": "firebase emulators:start --project test --only auth,firestore,functions,hosting"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@google-cloud/storage": "^5.16.0",
"@mui/icons-material": "^5.2.0",
"@mui/joy": "^5.0.0-alpha.37",
"@mui/lab": "^5.0.0-alpha.57",
"@mui/material": "^5.2.1",
"@mui/styles": "^5.2.1",
"@mui/x-data-grid": "^5.0.1",
"@mui/x-date-pickers": "^5.0.0-alpha.0",
"@nivo/bump": "^0.74.0",
"@nivo/calendar": "^0.74.0",
"@nivo/core": "^0.74.0",
"@nivo/line": "^0.74.0",
"@nivo/sankey": "^0.74.0",
"@react-google-maps/api": "^2.7.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"ajv": "^8.17.1",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"caniuse-lite": "^1.0.30001423",
"classnames": "^2.3.2",
"country-state-city": "^3.0.1",
"d3": "^7.1.1",
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"date-fns": "^2.26.0",
"downshift": "^6.1.12",
"firebase": "^9.5.0",
"firebase-functions": "^3.20.0",
"fireworks-js": "^1.3.5",
"html-react-parser": "^3.0.2",
"iso-639-1": "^2.1.10",
"lodash": "^4.17.21",
"lodash.orderby": "^4.6.0",
"lottie-react": "^2.1.0",
"moment": "^2.29.4",
"number-to-words": "^1.2.4",
"react": "^17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-animation-on-scroll": "^2.1.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-equation": "^1.0.0-rc.1",
"react-google-charts": "^4.0.0",
"react-router-dom": "^6.0.2",
"react-schedule-selector": "^2.0.0",
"react-scripts": "^5.0.1",
"react-timer-hook": "^3.0.5",
"recoil": "^0.5.2",
"rive-react": "github:elVengador/rive-react#tmp",
"stopword": "^1.0.11",
"styled-components": "^5.3.3",
"typesense": "^1.2.2",
"victory": "^36.6.10",
"web-vitals": "^1.1.2",
"wink-porter2-stemmer": "^2.0.1",
"wink-tokenizer": "^5.2.3"
},
"devDependencies": {
"@types/eslint": "^8.4.3",
"env-cmd": "^10.1.0",
"react-error-overlay": "6.0.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}