UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

27 lines (26 loc) 604 B
{ "name": "tailwind-example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@modern-js/runtime": "latest", "react": "^17.0.1", "react-dom": "^17.0.1", "tailwindcss": "^2.2.17" }, "devDependencies": { "@modern-js/app-tools": "latest", "@modern-js/plugin-tailwindcss": "latest", "@types/jest": "^26.0.9", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "typescript": "^4" } }