@websegment/root
Version:
A modern CSS library for rapidly building modern, responsive web interfaces and streamline your web development workflow with a comprehensive set of CSS utility classes
29 lines (28 loc) • 625 B
JSON
{
"name": "nextjs-playground",
"version": "1.0.0-alpha.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@websegment/postcss": "workspace:^",
"@websegment/cli": "workspace:^",
"fast-glob": "^3.3.2",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"websegment": "workspace:^"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}