-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 2.91 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
{
"name": "gis_front_refactor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@loadable/component": "^5.14.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@toast-ui/react-image-editor": "^3.14.1",
"@types/content-disposition": "^0.5.3",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.15",
"@types/jszip": "^3.4.1",
"@types/lodash": "^4.14.168",
"@types/node": "^12.0.0",
"@types/ol": "^6.1.0",
"@types/omit-deep-lodash": "^1.1.1",
"@types/proj4": "^2.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-global-configuration": "^1.3.1",
"@types/react-modal": "^3.12.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"content-disposition": "^0.5.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.0.0-rc.7",
"i": "^0.3.6",
"immer": "^9.0.1",
"jspdf": "^2.3.1",
"jsts": "^2.6.1",
"jszip": "^3.6.0",
"lodash": "^4.17.21",
"node-sass": "^5.0.0",
"npm": "^7.7.5",
"ol": "^6.1.0",
"omit-deep-lodash": "^1.1.5",
"proj4": "^2.7.2",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-bootstrap": "^1.5.2",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.5",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.2",
"react-fontawesome": "^1.7.1",
"react-global-configuration": "^1.4.1",
"react-hook-form": "^6.15.5",
"react-modal": "^3.12.1",
"react-quill": "^1.3.5",
"react-redux": "^7.2.3",
"react-scripts": "4.0.3",
"react-semantic-ui-range": "^0.7.1",
"react-table": "^7.6.3",
"react-toast-notifications": "^2.4.3",
"react-with-direction": "^1.3.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"semantic-ui-react-numberinput": "^1.5.0",
"shp-write": "^0.3.2",
"simplr-logger": "^1.0.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
},
"scripts": {
"start": "REACT_APP_APP_CONFIG=http://localhost:8020 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}