-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
98 lines (98 loc) · 3.42 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "slim",
"version": "0.33.0",
"homepage": "https://github.com/imagingdatacommons/slim",
"private": true,
"author": "ImagingDataCommons",
"proxy": "http://localhost:8008",
"scripts": {
"start": "rm -rf ./node_modules/.cache/default-development && craco start",
"build": "craco build",
"build:firebase": "REACT_APP_CONFIG=gcp PUBLIC_URL=/ craco build",
"lint": "ts-standard --env jest 'src/**/*.{tsx,ts}'",
"fmt": "ts-standard --env jest 'src/**/*.{tsx,ts}' --fix",
"test": "ts-standard --env jest 'src/**/*.{tsx,ts}' && craco test --setupFiles ./src/setupTests.tsx --watchAll=false",
"predeploy": "REACT_APP_CONFIG=demo PUBLIC_URL='https://imagingdatacommons.github.io/slim/' craco build",
"deploy": "gh-pages -d build",
"clean": "rm -rf ./build ./node_modules"
},
"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": {
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@craco/craco": "^6.4.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^28.1.3",
"@types/node": "^14.14.9",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/retry": "^0.12.1",
"@types/uuid": "^8.3.0",
"antd": "^4.22.8",
"classnames": "^2.2.6",
"copy-webpack-plugin": "^10.2.4",
"craco-less": "^2.0.0",
"dcmjs": "^0.29.8",
"detect-browser": "^5.2.1",
"dicom-microscopy-viewer": "^0.47.0",
"dicomweb-client": "^0.10.3",
"gh-pages": "^5.0.0",
"oidc-client": "^1.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^3.11.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-test-renderer": "^18.2.0",
"retry": "^0.13.1",
"ts-standard": "^11.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"react-error-boundary": "^3.1.4"
},
"resolutions": {
"nth-check": "2.0.1",
"wrap-ansi": "7.0.0",
"make-dir": "3.1.0",
"react-scripts/babel-jest/babel-plugin-istanbul/istanbul-lib-instrument/semver": "6.3.1",
"@babel/preset-env/babel-plugin-polyfill-corejs2/@babel/helper-define-polyfill-provider/semver": "6.3.1",
"make-dir/semver": "6.3.1",
"@babel/preset-env/babel-plugin-polyfill-corejs2/semver": "6.3.1",
"ts-standard/eslint-plugin-node/semver": "6.3.1",
"@craco/craco/semver": "7.5.2",
"@typescript-eslint/typescript-estree/semver": "7.5.2",
"ts-standard/eslint/semver": "7.5.2",
"ts-standard/@typescript-eslint/eslint-plugin/semver": "7.5.2",
"react-scripts/postcss-loader/semver": "7.5.2",
"react-scripts/css-loader/semver": "7.5.2",
"react-scripts/react-dev-utils/fork-ts-checker-webpack-plugin/semver": "7.5.2",
"@semantic-release/npm/npm/**/semver": "7.5.2",
"express": "4.21.0",
"rollup": "3.29.5"
}
}