-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
124 lines (124 loc) · 3.79 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@CriticalAssetManagement/CAMSDashboard",
"version": "1.3.0",
"description": "react",
"homepage": "./",
"main": "src/index",
"sideEffects": [
"./*/index.js"
],
"files": [
"*.md",
"src",
"es6"
],
"keywords": [
"Critical Asset Management System",
"CAMS",
"Sustainability Dashboard"
],
"scripts": {
"build-es6": "rimraf es6 && cross-env NODE_ENV=es6 babel ./src -d es6 --extensions '.js'",
"build": "webpack --mode production",
"start": "webpack serve --mode development --open --progress --port 3036 --config ./webpack_dev.config.js --history-api-fallback",
"test": "exit 0",
"lint": "eslint src",
"autofix": "eslint src --fix"
},
"pre-commit": [],
"pre-push": [
"test",
"lint"
],
"repository": {},
"author": "terminusdb group",
"peerDependencies": {
"react": "^16.10.3",
"react-dom": "^16.10.3"
},
"dependencies": {
"@auth0/auth0-react": "^1.9.0",
"@terminusdb/terminusdb-access-control-component": "^0.0.13",
"@terminusdb/terminusdb-client": "^10.0.14",
"@terminusdb/terminusdb-documents-ui": "^1.0.8",
"@terminusdb/terminusdb-react-table": "^0.0.7",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"classnames": "^2.2.5",
"codemirror": "^5.64.0",
"date-fns": "^2.27.0",
"dotenv": "^9.0.2",
"dotenv-webpack": "^7.0.2",
"file-loader": "^6.2.0",
"leaflet": "^1.7.1",
"leaflet-ant-path": "^1.3.0",
"leaflet-arrowheads": "^1.4.0",
"leaflet-easyprint": "^2.1.9",
"leaflet-extra-markers": "^1.2.1",
"leaflet-geometryutil": "^0.10.0",
"leaflet-sidebar-v2": "^3.2.3",
"leaflet.browser.print": "^0.5.0",
"moment": "^2.29.1",
"papaparse": "^5.3.0",
"postcss-loader": "^5.3.0",
"prop-types": "^15.6.0",
"re-resizable": "^6.9.1",
"react": "^16.10.3",
"react-accessible-accordion": "^3.3.4",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap": "^2.0.0-rc.1",
"react-bootstrap-accordion": "^1.0.0",
"react-codemirror2": "^7.2.1",
"react-collapsible-component": "^1.3.4",
"react-csv": "^2.2.2",
"react-dates": "^21.8.0",
"react-dom": "^16.10.3",
"react-icons": "^4.3.1",
"react-json-editor-ajrm": "^2.5.13",
"react-json-view": "^1.21.3",
"react-leaflet": "^3.2.5",
"react-leaflet-easyprint": "^2.0.0",
"react-multiselect-checkboxes": "^0.1.1",
"react-pro-sidebar": "^0.6.0",
"react-router-dom": "^6.3.0",
"react-scrollable-anchor": "^0.6.1",
"react-select": "^4.3.1",
"react-sidebar": "^3.0.2",
"react-sizeme": "^3.0.2",
"react-sliding-side-panel": "^2.0.3",
"react-split-pane": "^0.1.92",
"react-use-dimensions": "^1.2.1",
"react-vertical-timeline-component": "^3.3.3",
"sass-loader": "^11.1.1",
"sidebar-v2": "^0.4.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-export-default-from": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-regenerator": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/runtime-corejs2": "^7.17.2",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^5.2.7",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.1",
"less-loader": "^8.1.1",
"mini-css-extract-plugin": "^1.6.2",
"react-hot-loader": "^4.13.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.6",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"license": "APACHE",
"gitHead": "aa081c438b01f552aaad466229baee35c0299ff5"
}