-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
{
"name": "gig-client",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"date-fns": "^2.28.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.4.4",
"@mui/styles": "^5.4.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"3d-force-graph": "^1.70.9",
"color": "^4.2.1",
"gh-pages": "^3.2.3",
"gig-client-shared": "^0.3.49",
"http-proxy-middleware": "^2.0.3",
"jsoneditor": "^9.7.4",
"jsoneditor-react": "^3.1.2",
"material-ui-chip-input": "^1.1.0",
"moment": "^2.29.2",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-content-loader": "^6.2.0",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-force-graph": "^1.41.12",
"react-quill": "^2.0.0-beta.4",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"react-spinners": "^0.11.0",
"three-spritetext": "^1.6.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}