85 строки
2.8 KiB
JSON
85 строки
2.8 KiB
JSON
{
|
|
"name": "ballot-tracker",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fluentui/react": "^7.139.1",
|
|
"@fluentui/react-theme-provider": "^0.14.2",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/lodash": "^4.14.161",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-autosuggest": "^10.0.0",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-responsive": "^8.0.2",
|
|
"@types/react-router-dom": "^5.1.5",
|
|
"@types/styled-components": "^5.1.3",
|
|
"@uifabric/charting": "^4.2.3",
|
|
"@uifabric/icons": "^7.5.8",
|
|
"@uifabric/react-cards": "^0.113.6",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.0",
|
|
"normalize.css": "^8.0.1",
|
|
"react": "^16.13.1",
|
|
"react-autosuggest": "^10.0.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-query": "^2.23.0",
|
|
"react-responsive": "^8.1.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "3.4.3",
|
|
"styled-components": "^5.2.0",
|
|
"typescript": "~3.7.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"format": "prettier --write '{src,public}/**/*.{js,jsx,ts,tsx,css,html}'",
|
|
"format:check": "prettier --check '{src,public}/**/*.{js,jsx,ts,tsx,css,html}'",
|
|
"lint": "eslint './src/**/*.{js,jsx,ts,tsx}'",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"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": {
|
|
"@babel/core": "^7.11.6",
|
|
"@storybook/addon-actions": "^6.0.21",
|
|
"@storybook/addon-essentials": "^6.0.21",
|
|
"@storybook/addon-links": "^6.0.21",
|
|
"@storybook/node-logger": "^6.0.21",
|
|
"@storybook/preset-create-react-app": "^3.1.4",
|
|
"@storybook/react": "^6.0.21",
|
|
"babel-loader": "^8.1.0",
|
|
"husky": "^4.3.0",
|
|
"prettier": "^2.1.2",
|
|
"pretty-quick": "^3.0.2",
|
|
"react-is": "^16.13.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged --pattern '{src,public}/**/*.{js,jsx,ts,tsx,css,html}'"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"styled-components": "^5"
|
|
}
|
|
}
|