UNPKG

utquidem

Version:

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

80 lines (79 loc) 2.12 kB
{ "name": "@modern-js/plugin-design-token", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "homepage": "https://modernjs.dev", "bugs": "https://github.com/modern-js-dev/modern.js/issues", "repository": "modern-js-dev/modern.js", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "version": "1.0.5", "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/index.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "exports": { ".": { "node": { "jsnext:source": "./src/index.ts", "import": "./dist/js/modern/index.js", "require": "./dist/js/node/index.js" }, "default": "./dist/js/treeshaking/index.js" }, "./runtime": "./dist/js/treeshaking/runtime/index.js", "./cli": { "jsnext:source": "./src/cli/index.ts", "default": "./dist/js/node/cli/index.js" } }, "typesVersions": { "*": { ".": [ "./dist/types/runtime/index.d.ts" ], "cli": [ "./dist/types/cli/index.d.ts" ] } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm", "new": "modern new", "build": "modern build", "test": "modern test --passWithNoTests" }, "dependencies": { "@babel/runtime": "^7", "@modern-js/utils": "workspace:^1.6.0", "tailwindcss": "^2.0.4" }, "devDependencies": { "@modern-js/module-tools": "workspace:*", "@modern-js/plugin-testing": "workspace:*", "@modern-js/runtime-core": "workspace:*", "@modern-js/core": "workspace:*", "@scripts/build": "workspace:*", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "react": "^17.0.2", "typescript": "^4", "postcss": "^8.4.6" }, "sideEffects": false, "peerDependencies": { "react": "^17.0.2" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }