crosski/package.json

41 lines
831 B
JSON
Raw Normal View History

2020-11-14 22:21:11 +01:00
{
"name": "crosski",
2021-01-17 13:34:45 +01:00
"version": "0.2.0",
2020-11-14 22:21:11 +01:00
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"dependencies": {
2021-01-17 13:34:45 +01:00
"typescript": "^4.0.5",
2020-11-14 22:21:11 +01:00
"@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",
2021-01-17 13:34:45 +01:00
"react-scripts": "^4.0.1",
2020-11-15 09:10:32 +01:00
"sass": "^1.29.0",
"tesseract.js": "^2.1.4",
2021-01-17 13:34:45 +01:00
"react-images-upload": "^1.2.8"
2020-11-14 22:21:11 +01:00
},
"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"
]
}
}