-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "transparency-log-dashboard",
"version": "3.0.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/open-sans": "^4.5.0",
"@fontsource/raleway": "^4.5.0",
"@fontsource/roboto": "^4.5.0",
"apexcharts": "^3.27.3",
"classnames": "^2.3.1",
"framer-motion": "^5.0.0",
"match-sorter": "^6.3.0",
"moment": "^2.29.1",
"node-sass": "^6.0.0",
"nouislider": "^15.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "^1.8.2",
"react-bootstrap": "^2.1.2",
"react-bootstrap-sweetalert": "^5.2.0",
"react-datetime": "^3.0.4",
"react-dom": "^18.2.0",
"react-github-btn": "^1.2.1",
"react-icons": "^4.2.0",
"react-jvectormap": "0.0.16",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"react-tagsinput-special": "^1.6.0",
"redux-thunk": "^2.4.1",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.0",
"typescript": "^4.5.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"optionalDependencies": {
"@babel/core": "^7.14.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}