-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (71 loc) · 1.76 KB
/
package.json
File metadata and controls
72 lines (71 loc) · 1.76 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
{
"homepage": "https://puchite.github.io/numerical_method",
"name": "numerical_method",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.1",
"@mui/x-data-grid": "^5.6.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"axios": "^0.25.0",
"better-react-mathjax": "^1.0.3",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"desmos": "^1.5.4",
"expr-eval": "^2.0.2",
"function-plot": "^1.22.8",
"gh-pages": "^3.2.3",
"json-server": "^0.17.0",
"json-server-auth": "^2.1.0",
"mathjax-react": "^1.0.6",
"mathjs": "^10.1.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-select": "^5.2.2",
"react-syntax-highlighter": "^15.4.5",
"recharts": "^2.1.9",
"semantic-ui-react": "^2.1.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "CI=false && 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"
]
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}