-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
114 lines (114 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "kaavapino-ui",
"version": "1.0.0",
"private": true,
"dependencies": {
"@sentry/browser": "^7.119.1",
"axios": "^1.7.4",
"axios-retry": "^4.0.0",
"connected-react-router": "^6.9.1",
"core-js": "^3.33.1",
"dayjs": "^1.10.4",
"file-saver": "^2.0.5",
"hds-core": "2.12.1",
"hds-react": "2.12.1",
"html-react-parser": "^3.0.12",
"i18next": "^22.4.11",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"ip-regex": "^5.0.0",
"is-url": "^1.2.4",
"leaflet": "^1.7.1",
"moment": "^2.29.1",
"oidc-client-ts": "^3.0.1",
"proj4": "^2.7.2",
"proj4leaflet": "^1.0.2",
"prop-types": "^15.7.2",
"quill-delta-to-html": "^0.12.1",
"quill-delta-to-plaintext": "^1.0.0",
"react": "^18.2.0",
"react-csv": "^2.0.3",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-i18next": "^12.2.0",
"react-leaflet": "^4.2.1",
"react-papaparse": "^4.1.0",
"react-pdf": "9.0.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-redux-toastr": "^7.4.5",
"react-router-dom": "^5.3.4",
"react-router-navigation-prompt": "^1.8.2",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"react-toastify": "^9.1.3",
"recharts": "^2.9.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.7",
"redux-logger": "^3.0.6",
"redux-saga": "1.2.2",
"reselect": "^4.1.7",
"sass": "1.69.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "2.1.4"
},
"resolutions": {
"crypto-js": "4.2.0",
"nth-check": "2.1.1",
"postcss": "8.4.32",
"semver": "7.5.2",
"socks": "2.7.4",
"body-parser": "1.20.3",
"path-to-regexp": "0.1.10",
"express": "4.21.0",
"cross-spawn": "7.0.5"
},
"scripts": {
"build-css": "sass -I ./src -I ./node_modules src/:src/",
"watch-css": "npm run build-css && sass -I ./src -I ./node_modules src/:src/ --watch",
"start-js": "craco start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "craco build",
"build": "npm-run-all build-css build-js",
"test": "CI=true craco test --transformIgnorePatterns \"node_modules/(?!your-module-name)/\"",
"test-coverage": "CI=true craco test --transformIgnorePatterns \"node_modules/(?!your-module-name)/\" --coverage",
"codecov": "codecov",
"eject": "craco eject",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"precommit": "yarn test && yarn run lint"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"babel-eslint": "^10.1.0",
"codecov": "^3.8.3",
"deep-freeze": "0.0.1",
"eslint": "^7.24.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.23.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-localstorage-mock": "^2.4.26",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",
"prettier": "2.8.4",
"react-test-renderer": "^18.2.0",
"redux-mock-store": "^1.5.4"
},
"proxy": "http://localhost:8000",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"packageManager": "yarn@3.4.1"
}