-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.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
{
"name": "web_ocr",
"version": "0.0.1",
"description": "A secure OCR toolkit for your browser",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js --progress --profile",
"build": "webpack --config webpack.config.js"
},
"keywords": [
"OCR",
"Tesseract",
"Armenian"
],
"author": "KoStard",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.0.16",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^1.3.6",
"pdfjs": "^2.4.2",
"pdfjs-dist": "^2.6.347",
"postcss-loader": "^5.0.0",
"process": "^0.11.10",
"sass": "^1.32.7",
"sass-loader": "^11.0.1",
"tesseract.js": "^2.1.4",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {}
}