This repository was archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.39 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.39 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "dimp",
"version": "0.8.0",
"description": "App for Digital Image Processing algorithms testing.",
"author": "Ademir J. Ferreira Júnior <ademirj.ferreirajunior@gmail.com>",
"repository": "github:Azganoth/dimp",
"private": true,
"main": "main.js",
"scripts": {
"clean": "node scripts/clean.js",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"dist": "node scripts/dist.js",
"type": "tsc -p app --noEmit"
},
"dependencies": {
"electron-context-menu": "^2.0.1",
"opencv4nodejs": "5.2.0"
},
"devDependencies": {
"@ant-design/icons": "^4.2.1",
"@types/chalk": "^2.2.0",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/electron-packager": "14.0.0",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/node": "^14.0.6",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/react": "^16.9.35",
"@types/react-color": "3.0.1",
"@types/react-dom": "^16.9.8",
"@types/recharts": "1.8.10",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/webpack": "^4.41.16",
"@types/webpack-node-externals": "1.7.1",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"antd": "^4.3.0",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"electron": "^9.0.0",
"electron-packager": "^14.2.1",
"electron-rebuild": "^1.11.0",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-unicorn": "^20.1.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.6",
"html-webpack-plugin": "^4.3.0",
"less-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-loader": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"recharts": "^1.8.5",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-node-externals": "^1.7.2"
}
}