UNPKG

cra-template-phectr

Version:

Create React App template with Pullstate, Helmet, Emotion, Chakra UI, TailwindCSS (twin.macro) and React Router.

36 lines (35 loc) 994 B
{ "package": { "dependencies": { "@chakra-ui/react": "^1.6.7", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "pullstate": "^1.23.0", "framer-motion": "^4", "react-helmet-async": "^1.1.2", "react-router-dom": "^5.3.0", "react-icons": "^4.2.0", "twin.macro": "^2.7.0", "web-vitals": "^1.0.1" }, "eslintConfig": { "extends": ["react-app", "react-app/jest"] }, "devDependencies": { "@craco/craco": "^6.2.0", "@emotion/babel-plugin": "^11.3.0", "autoprefixer": "^9", "postcss": "^7", "tailwindcss": "npm:@tailwindcss/postcss7-compat" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject" } } }