-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
1 lines (1 loc) · 1.42 KB
/
package.json
1
{"name":"testing-percy","version":"0.1.0","private":true,"dependencies":{"@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/node":"^14.11.8","@types/react":"^16.9.52","@types/react-dom":"^16.9.8","axios":"^0.20.0","class-validator":"^0.12.2","cleave.js":"^1.6.0","date-fns":"^2.16.1","moment":"^2.29.1","react":"^16.14.0","react-dom":"^16.14.0","react-hot-loader":"^4.13.0","react-router":"^5.2.0","react-router-dom":"^5.2.0","react-scripts":"3.4.3","styled-components":"^5.2.0","styled-theming":"^2.2.0","typescript":"^4.0.3"},"scripts":{"start":"react-scripts start","build":"react-scripts build","test":"react-scripts test","eject":"react-scripts eject","lint":"tslint -p ./tsconfig.json -c ./tslint.json './src/**/*.ts*'","format":"prettier-tslint fix ./src/**/*.ts*"},"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":{"@commitlint/cli":"^11.0.0","@commitlint/config-conventional":"^11.0.0","@types/styled-components":"^5.1.4","husky":"^4.3.0","prettier":"^2.1.2","prettier-tslint":"^0.4.2","tslint":"^6.1.3","tslint-config-airbnb":"^5.11.2","tslint-config-prettier":"^1.18.0","tslint-react":"^5.0.0"},"husky":{"hooks":{"pre-commit":"npm run lint","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}}}