-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "procure-wip",
"version": "0.1.0",
"private": false,
"homepage": "https://procure.syncfor.science",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"cross-fetch": "^3.0.1",
"file-saver": "^2.0.1",
"jszip": "^3.2.1",
"lodash": "^4.17.15",
"match-url-wildcard": "0.0.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-json-tree": "^0.11.2",
"react-select": "^3.0.8",
"reactstrap": "^8.2.0",
"sanitize-filename": "^1.6.1",
"storeon": "^0.8.3",
"strip-json-comments": "^2.0.1",
"timeago.js": "^4.0.0-beta.2",
"tv4": "^1.3.0",
"xlsx-populate": "^1.20.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build-sw": "node ./src/sw-build.js",
"build": "react-scripts --openssl-legacy-provider build && rm -rf build/config/config-override-dev.json && npm run build-sw",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"jest-fetch-mock": "^2.1.1",
"react-scripts": "3.4.1",
"react-test-renderer": "^16.8.6",
"source-map-explorer": "^2.2.2",
"workbox-build": "^4.3.1"
}
}