Skip to content

Instantly share code, notes, and snippets.

@rodgomesc
Created April 20, 2020 12:13
Show Gist options
  • Save rodgomesc/0915c867af23d5426814427297af719e to your computer and use it in GitHub Desktop.
Save rodgomesc/0915c867af23d5426814427297af719e to your computer and use it in GitHub Desktop.
tmp
{
"name": "across-ui",
"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": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"moveable": "^0.16.3",
"react": "^16.13.1",
"react-ace": "^8.1.0",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"scenejs": "^1.1.5",
"styled-components": "^5.1.0",
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "3.1.0",
"husky": "^4.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment