-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "ninja-calc",
"version": "3.5.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.0",
"@tensorflow/tfjs": "^3.18.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-jest": "^26.3.0",
"big-integer": "^1.6.48",
"bootstrap": "^4.3.1",
"chart.js": "^3.7.1",
"enzyme": "^3.11.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"jquery": "^3.5.0",
"kofi-button": "^1.1.1",
"mathjs": "^10.1.1",
"next": "12.0.10",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.2",
"plotly.js": "^2.9.0",
"react": "17.0.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-chartjs-2": "^4.1.0",
"react-dom": "17.0.2",
"react-plotly.js": "^2.3.0",
"react-stonecutter": "^0.3.10",
"react-tooltip": "^4.2.21",
"react-treebeard": "^3.2.4",
"seedrandom": "^3.0.5",
"stonecutter": "^0.3.10-rc",
"three": "^0.109.0"
},
"devDependencies": {
"babel-plugin-root-import": "^6.6.0",
"jest": "^24.9.0"
}
}