UNPKG

@ezuikit/theme-plugin-snapshot

Version:

回放主题

40 lines (39 loc) 1.09 kB
{ "name": "@ezuikit/theme-plugin-snapshot", "version": "0.1.0", "description": "回放主题", "author": "Ezviz-OpenBiz", "license": "MIT", "main": "dist/index.js", "umd": "dist/index.umd.js", "types": "dist/types/index.d.ts", "module": "dist/index.esm.js", "files": [ "dist" ], "keywords": [ "ezuikit", "ezuikit theme", "rec", "theme", "回放" ], "scripts": { "dev": "cross-env NODE_ENV=development rollup --config ./rollup.config.js --bundleConfigAsCjs --watch", "build": "cross-env NODE_ENV=production rollup --config ./rollup.config.js --bundleConfigAsCjs", "prebuild": "npm run clear", "clear": "rm -rf dist", "lint": "eslint src --fix --ext .ts,.tsx,.js,.jsx", "fmt": "prettier --write \"{src,__tests__,config}/**/*.{ts,tsx,js,jsx}\"" }, "dependencies": { "@ezuikit/icons": "^0.1.0", "@ezuikit/theme-plugin-footer": "^0.1.0", "@ezuikit/utils-dom": "^1.0.1", "lodash-es": "^4.17.21" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }