Files
tictactypescript/package.json

66 lines
1.7 KiB
JSON

{
"name": "tictactypescript",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "12.7.12",
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-scripts": "3.2.0",
"redux": "^4.0.4",
"styled-components": "^5.0.0-beta.9",
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test-nowatch": "CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.tsx,.ts,.tsx src/"
},
"pre-commit": [
"lint",
"test-nowatch",
"build"
],
"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/jest": "^24.0.18",
"@types/react-redux": "^7.1.4",
"@types/react-test-renderer": "^16.9.1",
"@types/redux": "^3.6.0",
"@types/redux-mock-store": "^1.0.1",
"@types/styled-components": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"pre-commit": "^1.2.2",
"react-test-renderer": "^16.10.2",
"redux-mock-store": "^1.5.3"
}
}