-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.66 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": "origam-html5-tcu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@decorize/bind": "^1.0.3",
"@messageformat/core": "^3.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.2",
"@types/js-cookie": "^2.2.7",
"@types/jsonwebtoken": "^8.5.5",
"@types/leaflet": "^1.7.5",
"@types/leaflet-draw": "^1.0.5",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.2",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.27",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-draft-wysiwyg": "^1.13.3",
"@types/react-highlight-words": "^0.16.3",
"@types/react-inlinesvg": "^1.0.0",
"@types/react-measure": "^2.0.7",
"@types/react-virtualized": "^9.21.13",
"@types/string-strip-html": "^5.0.0",
"@xstate/inspect": "^0.5.0",
"axios": "^0.21.2",
"bind-decorator": "^1.0.11",
"classnames": "^2.3.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"flexsearch": "^0.7.21",
"html-to-draftjs": "^1.5.0",
"immer": "^9.0.6",
"immutable": "^4.0.0-rc.15",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"mobx": "5",
"mobx-react": "6",
"moment": "^2.29.1",
"node-sass": "5",
"numeral": "^2.0.6",
"oidc-client": "^1.11.5",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-highlight-words": "^0.17.0",
"react-inlinesvg": "^2.3.0",
"react-measure": "^2.5.2",
"react-scripts": "4.0.3",
"react-virtualized": "^9.22.3",
"string-strip-html": "^8.3.0",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0",
"wkt": "^0.1.1",
"xml-js": "^1.6.11",
"xstate": "^4.25.0"
},
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"build": "node ./custom-scripts/record-git-info.js && 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"
]
},
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.2",
"@types/uuid": "^8.3.1"
}
}