-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.06 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
{
"name": "testing",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"@react-three/drei": "^9.105.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"animejs": "^3.2.2",
"chart.js": "^4.4.2",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-format": "^3.1.0",
"d3-geo": "^3.1.0",
"d3-shape": "^3.2.0",
"dilithium-crystals": "^1.0.6",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"mafs": "^0.18.4",
"mathjax": "^3.2.2",
"mathjs": "^12.4.1",
"merkletree-viz": "^0.0.3",
"merkletreejs": "^0.3.11",
"ml-matrix": "^6.11.0",
"pqcrypto": "^1.0.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-flow-renderer": "^10.3.17",
"react-katex": "^3.0.1",
"react-native": "^0.73.7",
"react-p5": "^1.4.1",
"react-p5-wrapper": "^4.1.2",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-simple-maps": "^3.0.0",
"react-slider": "^2.0.6",
"react-spring": "^9.7.3",
"react-three-fiber": "^6.0.13",
"react-transition-group": "^4.4.5",
"reactflow": "^11.9.3",
"recharts": "^2.12.5",
"sphincs": "^3.0.4",
"styled-components": "^6.1.8",
"three": "^0.163.0",
"treant-js": "^1.0.1",
"treantjs": "^1.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}