-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
120 lines (120 loc) · 4.02 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
{
"name": "ui-vision-web-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "cross-env NODE_ENV=development BROWSER=chrome webpack --watch --progress --mode development --config webpack.prod.config.js",
"start-ff": "cross-env NODE_ENV=development BROWSER=firefox webpack --watch --progress --mode development --config webpack.prod.config.js",
"build": "cross-env NODE_ENV=production BROWSER=chrome webpack --mode production --config webpack.prod.config.js",
"build-ff": "cross-env NODE_ENV=production BROWSER=firefox webpack --mode production --config webpack.prod.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/chrome": "^0.0.261",
"@types/filesystem": "^0.0.35",
"@types/filewriter": "^0.0.33",
"@types/fuzzyset.js": "0.0.5",
"@types/lodash.debounce": "^4.0.9",
"@types/mime": "^3.0.4",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-redux": "^7.1.33",
"@types/semver": "^7.5.8",
"@types/superagent": "^8.1.3",
"@types/uuid": "^9.0.8",
"aes-js": "^3.1.2",
"antd": "^5.14.2",
"axios": "^1.6.7",
"buffer": "^6.0.3",
"codemirror": "^5.65.16",
"copy-to-clipboard": "^3.3.3",
"csv": "^6.3.6",
"dexie": "^3.2.5",
"dom-element-is-natively-editable": "^1.0.4",
"error-polyfill": "^0.1.3",
"event-emitter": "^0.3.5",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"fuzzyset.js": "1.0.7",
"glob-to-regexp": "^0.4.1",
"idb.filesystem.js": "^0.0.8",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"kd-glob-to-regexp": "^0.4.2",
"kd-js-interpreter": "^2.3.1",
"keycode": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"mime": "^4.0.1",
"normalize-url": "^8.0.0",
"parse-json": "^8.1.0",
"path": "^0.12.7",
"pbkdf2": "^3.1.2",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-click-outside": "tj/react-click-outside",
"react-codemirror2": "^7.3.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"react-virtualized": "^9.22.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.0",
"scroll-into-view-if-needed": "^3.1.0",
"semver": "^7.6.0",
"stream-browserify": "^3.0.0",
"superagent": "^8.1.2",
"tesseract.js": "^5.1.0",
"url-parse": "^1.5.10",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.9",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-standard": "^4.1.0",
"html-webpack-plugin": "^5.6.0",
"postcss-loader": "^8.1.0",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"svg-react-loader": "^0.4.6",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
}
}