UNPKG

windly

Version:

111 lines 3.5 kB
{ "name": "windly", "version": "1.1.63", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "style": "./dist/index.css", "type": "module", "scripts": { "clean": "rm -rf dist", "build:types": "tsc --emitDeclarationOnly --declaration", "rollup": "npm run clean && npm run build:types && rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1", "commit": "cz", "format:check": "prettier . --check", "format:fix": "prettier . --write", "prePublish": "rm -rf dist && npm run rollup && npm publish", "release": "standard-version && git push --follow-tags origin main", "push": "npm run format:fix && standard-version && npm run rollup && git push --follow-tags origin main && npm publish", "semantic-release": "semantic-release" }, "keywords": [ "mui", "emotion", "theming", "tailwind", "css-in-js", "windly", "react", "react-theming", "theme-provider", "mui-theme-provider", "mui-styled-components", "emotion-theming", "emotion-theme-provider" ], "author": "Anish sKumar <anishbishnoi127@gmail.com>", "license": "ISC", "description": "", "peerDependencies": { "@ant-design/icons": "^6.0.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fluentui/react-icons-mdl2": "^1.3.87", "antd": "5.26.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.5.0", "xlsx": "^0.18.5", "dayjs": "^1.11.13", "rc-virtual-list": "^3.19.1", "react-router-dom": "^7.7.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@tailwindcss/postcss": "^4.1.11", "@types/react": "^18.3.17", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "autoprefixer": "^10.4.20", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.1", "eslint-config-next": "14.2.19", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-unused-imports": "^4.1.4", "postcss": "^8.5.1", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "rollup": "^4.29.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "semantic-release": "^24.2.3", "standard-version": "^9.5.0", "tailwindcss": "^4.1.11", "tsconfig-paths": "^4.2.0", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@tailwindcss/vite": "^4.1.11", "dayjs": "^1.11.13", "rc-virtual-list": "^3.19.1", "react-router-dom": "^7.7.1" } }