-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "snm_client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.0",
"@mui/styles": "^5.8.0",
"@mui/x-date-pickers": "^5.0.0-alpha.3",
"cytoscape": "^3.30.1",
"cytoscape-svg": "^0.4.0",
"d3": "^7.9.0",
"d3-sankey": "^0.12.3",
"date-fns": "^2.23.0",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"lodash": "^4.17.20",
"material-ui-phone-number": "^3.0.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^18.2.0",
"react-redux": "^7.2.1",
"react-router-dom": "^6.3.0",
"react-star-rating-component": "^1.4.1",
"recharts": "^2.12.7",
"redux": "^4.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"gh-pages": "^5.0.0",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"predeploy": "yarn build; cp build/index.html build/404.html",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}