cra-template-donuts
Version:
The most delicious reacjs template you've ever seen.
20 lines (19 loc) • 495 B
JSON
{
"dependencies": {
"@testing-library/react": "^9.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"@craco/craco": "^5.6.2",
"styled-components": "^4.4.1",
"superdonut": "latest",
"react-router": "latest",
"react-router-dom": "latest",
"react-kawaii": "latest"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"superdonut": "./node_modules/.bin/superdonut"
}
}