-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 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
{
"homepage": "https://sebranly.github.io/ctr-ocr",
"name": "ctr-ocr",
"version": "0.1.0",
"dependencies": {
"@anatoliygatt/numeric-stepper": "^1.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"classnames": "^2.3.1",
"framer-motion": "4.1.17",
"get-image-colors": "^4.0.1",
"gh-pages": "^3.2.3",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-confetti": "^6.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^1.17.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-scripts": "3.4.3",
"react-use": "^17.3.2",
"tesseract.js": "2.1.0",
"typescript": "^3.9.10"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/get-image-colors": "^4.0.1",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.181",
"@types/node": "^14.18.12",
"@types/react": "^16.14.24",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^16.9.14",
"@types/react-icons": "^3.0.0",
"http-server": "^14.1.0",
"prettier": "^2.6.1"
}
}