This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.01 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
{
"name": "bo-front",
"version": "1.6.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@projectstorm/react-canvas-core": "^6.6.1",
"@projectstorm/react-diagrams": "^6.6.1",
"@projectstorm/react-diagrams-routing": "^6.6.1",
"@trendmicro/react-sidenav": "^0.5.0",
"chart.js": "^2.9.4",
"chartjs-chart-treemap": "^0.2.3",
"cropperjs": "^1.5.11",
"dagre": "^0.8.5",
"dompurify": "^2.2.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"medium-editor": "5.10.0",
"moment": "^2.29.1",
"pathfinding": "^0.4.18",
"paths-js": "^0.4.11",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.11.1",
"react-cookie": "^4.0.3",
"react-country-region-selector": "^3.0.1",
"react-countup": "^4.3.3",
"react-cropper": "^2.1.4",
"react-d3-tree": "^1.16.1",
"react-datetime": "^3.0.4",
"react-dom": "^16.3.1",
"react-dropzone": "^11.2.4",
"react-grid-layout": "^1.2.0",
"react-leaflet": "^2.8.0",
"react-medium-editor": "^1.8.1",
"react-notifications": "^1.6.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-table": "^7.6.1",
"reactjs-popup": "^1.5.0",
"resize-observer-polyfill": "^1.5.1"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js --ext .jsx",
"lint-fix": "eslint --fix --ext .js --ext .jsx src"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"react-scripts": "4.0.3",
"source-map-explorer": "^1.6.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}