-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.15 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
{
"name": "isampleswebui",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@craco/craco": "^7.0.0-alpha.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.17",
"@mui/styles": "^5.15.17",
"@mui/x-tree-view": "^7.0.0",
"cesium": "^1.111.0",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"clsx": "^2.1.0",
"craco-cesium": "^1.2.0",
"enzyme": "^3.11.0",
"html-react-parser": "^1.4.8",
"html-webpack-plugin": "^5.6.0",
"lit": "^2.2.1",
"oboe": "^2.1.5",
"plantuml-encoder": "^1.4.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-spinners": "^0.13.6",
"react-table": "^7.7.0",
"redux": "^4.1.2",
"solr-faceted-search-react": "github:isamplesorg/solr-faceted-search-react",
"universal-cookie": "^4.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "react-scripts test --env=jsdom --coverage --transformIgnorePatterns \"<rootDir>/node_modules/(?!(lit|cesium))/\"",
"eject": "react-scripts eject",
"localdev": "scripts/localdev.sh",
"predeploy": "npm run build",
"deploy": "gh-pages -a -d build",
"postinstall": "npm update && npm install solr-faceted-search-react"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0"
},
"overrides": {
"glob-parent": "^5.1.2"
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!lit|cesium).+\\.js$"
]
}
}