UNPKG

@devup-ui/next-plugin

Version:

Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor

59 lines 1.31 kB
{ "name": "@devup-ui/next-plugin", "description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor", "repository": "https://github.com/dev-five-git/devup-ui", "author": "devfive", "license": "Apache-2.0", "homepage": "https://devup-ui.com", "bugs": { "url": "https://github.com/dev-five-git/devup-ui/issues", "email": "contact@devfive.kr" }, "keywords": [ "css", "css-in-js", "css-in-js-preprocessor", "css-in-js-framework", "react", "next", "webpack" ], "type": "module", "version": "1.0.28", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "types": "./dist/index.d.ts", "dependencies": { "next": "^15.4", "browserslist": "latest", "@devup-ui/webpack-plugin": "1.0.27" }, "devDependencies": { "vite": "^7.1.1", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4", "typescript": "^5.9.2", "@types/webpack": "^5.28.5" }, "peerDependencies": { "@devup-ui/webpack-plugin": "*", "next": "*" }, "scripts": { "lint": "eslint", "build": "tsc && vite build" } }