-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
{
"homepage": "https://ar3ee3ar.github.io/numer-react/",
"name": "react-sidebar",
"version": "0.1.0",
"private": true,
"dependencies": {
"algebrite": "^1.3.1",
"antd": "^4.13.0",
"@ant-design/icons": "^4.6.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mathjs": "^9.2.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.3",
"plotly.js": "^1.58.4",
"plotly.js-dist": "^1.58.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-plotly.js": "^2.5.1",
"react-router-breadcrumbs-hoc": "^3.3.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-sticky-box": "^0.9.3",
"styled-components": "^5.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"nodemon": "^2.0.7",
"gh-pages": "^3.1.0"
}
}