-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·77 lines (77 loc) · 2.09 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "smithfield-ui",
"version": "0.1.19",
"private": true,
"homepage": "https://trellisfw.github.io/conductor/",
"dependencies": {
"@emotion/core": "^10.0.27",
"@material-ui/core": "^4.9.7",
"@oada/oada-cache-overmind": "^1.0.8",
"@oada/oada-id-client": "^1.1.2",
"@trellisfw/signatures": "^2.1.0",
"addressbar": "^1.0.3",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"fuse.js": "^5.0.7-beta",
"hash.js": "^1.1.7",
"js-file-download": "^0.4.12",
"jsonschema8": "^1.0.1",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.24.0",
"nconf": "^0.10.0",
"overmind": "^21.0.0",
"overmind-react": "^28.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-json-view": "^1.19.1",
"react-pdf": "^5.3.0",
"react-virtualized": "^9.21.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"uuid": "^3.4.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/uuid": "^7.0.2",
"concurrently": "^6.2.0",
"cross-env": "^7.0.3",
"gh-pages": "^3.2.1",
"minimist": "^1.2.0",
"overmind-devtools": "^28.0.0",
"react-scripts": "^4.0.3",
"typescript": "^4.3.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -o github -d build --remote prod",
"start": "concurrently \"overmind-devtools\" \"cross-env HTTPS=true PUBLIC_URL=/ react-scripts start\"",
"build": "react-scripts 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"
]
}
}