42 lines
867 B
JSON
42 lines
867 B
JSON
{
|
|
"name": "crosski",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-images-upload": "^1.2.8",
|
|
"react-multi-crops": "^0.0.10",
|
|
"react-scripts": "^4.0.1",
|
|
"sass": "^1.29.0",
|
|
"tesseract.js": "^2.1.4",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|