UNPKG

@devup-ui/next-plugin

Version:

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

70 lines (69 loc) 2.29 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.64", "scripts": { "lint": "eslint", "build": "tsc && bun build --target node src/index.ts --production --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --outfile dist/index.mjs --format esm --packages external && bun build --target node src/loader.ts --production --outfile dist/loader.cjs --format cjs --packages external && bun build --target node src/loader.ts --production --outfile dist/loader.mjs --format esm --packages external && bun build --target node src/css-loader.ts --production --outfile dist/css-loader.cjs --format cjs --packages external && bun build --target node src/css-loader.ts --production --outfile dist/css-loader.mjs --format esm --packages external" }, "publishConfig": { "access": "public" }, "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./css-loader": { "types": "./dist/css-loader.d.ts", "import": "./dist/css-loader.mjs", "require": "./dist/css-loader.cjs" }, "./loader": { "types": "./dist/loader.d.ts", "import": "./dist/loader.mjs", "require": "./dist/loader.cjs" } }, "files": [ "dist" ], "types": "./dist/index.d.ts", "dependencies": { "@devup-ui/webpack-plugin": "^1.0.52", "next": "^16.1", "@devup-ui/wasm": "^1.0.55", "tinyglobby": "^0.2" }, "devDependencies": { "typescript": "^5.9", "@types/webpack": "^5.28" }, "peerDependencies": { "@devup-ui/webpack-plugin": "*", "next": "*", "@devup-ui/wasm": "*" } }