-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
156 lines (156 loc) · 4.72 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "platform-ui",
"version": "0.25.1",
"private": true,
"description": "DeepDetect Platform UI",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@popperjs/core": "^2.11.8",
"@svgr/webpack": "^8.1.0",
"ansi-regex": "^6.0.1",
"bootstrap": "^5.3.2",
"browserslist": "^4.19.1",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"chart.js": "^2.9.3",
"chartjs-plugin-zoom": "^0.7.7",
"codemirror": "^5.57.0",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"customize-cra": "^1.0.0",
"deepdetect-js": "^1.8.12",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^8.51.0",
"file-loader": "^6.2.0",
"fs-extra": "^8.1.0",
"glob-parent": "^6.0.2",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "3.0.0",
"immer": "^9.0.12",
"jszip": "^3.8.0",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"moment": "^2.29.4",
"nanoid": "^3.1.20",
"node-fetch": "^3.1.0",
"node-forge": "^1.2.1",
"node-notifier": "^10.0.0",
"nth-check": "^2.0.1",
"object-path": "^0.11.8",
"pnp-webpack-plugin": "1.6.4",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-normalize": "^10.0.1",
"postcss-safe-parser": "^7.0.0",
"prop-types": "^15.8.1",
"rc-slider": "^9.7.2",
"react": "^18.2.0",
"react-app-polyfill": "^1.0.6",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-typeahead": "^6.2.3",
"react-bootstrap4-modal": "^1.7.5",
"react-bounding-box": "^0.5.20",
"react-chartjs-2": "^2.11.1",
"react-codemirror2": "^7.2.1",
"react-cookie": "^4.0.3",
"react-data-table-component": "^7.0.0-alpha-4",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-lazy-load-image-component": "^1.5.1",
"react-loadable": "^5.5.0",
"react-loading-skeleton": "^3.0.1",
"react-paginate": "^7.1.0",
"react-papaparse": "^3.11.0",
"react-player": "^2.9.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "^13.5.3",
"react-tooltip": "^4.2.9",
"react-webcam": "^5.2.2",
"reactstrap": "^9.2.0",
"recharts": "^2.1.6",
"resolve": "1.15.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^8.0.2",
"save-as": "^0.1.8",
"semver": "^6.3.1",
"store": "^2.0.12",
"style-loader": "0.23.1",
"styled-components": "^5.2.0",
"superagent": "^8.1.2",
"superagent-no-cache": "^0.1.1",
"superagent-promise": "^1.1.0",
"tar": "^6.1.11",
"terser-webpack-plugin": "2.3.8",
"trim-newlines": "^4.0.2",
"ts-pnp": "1.1.6",
"typescript": "^5.2.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"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"
]
},
"standard-version": {
"header": "# DeepDetect Platform UI (Changelog)\n",
"scripts": {
"postchangelog": "sed -i -e '/\\*\\*ci:\\*\\*/d' CHANGELOG.md"
}
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-numeric-separator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@craco/craco": "^7.1.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^6.1.4",
"autoprefixer": "^10.4.16",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^10.0.1",
"babel-preset-stage-1": "^6.24.1",
"eslint-webpack-plugin": "^4.0.1",
"interpolate-html-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.7.6",
"path-browserify": "^1.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.2.0",
"react-hot-loader": "^4.13.1",
"standard-version": "^9.5.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.0.0"
}
}