-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.69 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.69 KB
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
{
"name": "configure",
"version": "4.2.16-20260304",
"homepage": "./configure/build",
"private": true,
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.14.20",
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"@uiw/react-codemirror": "^4.22.1",
"@uiw/react-md-editor": "^3.25.6",
"clsx": "^2.0.0",
"file-saver": "^2.0.5",
"html2pug": "^4.0.0",
"immutable": "^5.0.0-beta.4",
"leaflet": "^1.9.4",
"papaparse": "^5.4.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-json-view": "^1.21.3",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && node scripts/make-pug-index.js",
"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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"cross-env": "^7.0.3"
}
}