-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.23 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
{
"author": "Alec Sloan <sloan.alec@gmail.com> (https://alecsloan.codes/)",
"name": "cryptolio",
"version": "3.7.1",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/data-grid": "latest",
"@material-ui/icons": "latest",
"@material-ui/lab": "latest",
"bootstrap": "^5.0.1",
"canvas": "^2.8.0",
"echarts": "^5.1.0",
"echarts-for-react": "^3.0.1",
"events": "^3.0.0",
"export-from-json": "^1.3.0",
"font-awesome": "^4.7.0",
"number-abbreviate": "^2.0.0",
"react": "latest",
"react-dom": "^17.0.2",
"react-hot-keys": "^2.5.2",
"react-scripts": "^4.0.3",
"react-window": "^1.8.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "standard --fix"
},
"devDependencies": {
"@testing-library/react": "^12.0.0",
"babel-preset-react-native": "^4.0.1",
"standard": "^16.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}