system-apps/apps/ui/package.json
2024-11-02 16:39:26 +08:00

56 lines
1.5 KiB
JSON

{
"name": "@kevisual/system-ui",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"privite": false,
"type": "module",
"scripts": {
"dev": "rollup -c -w",
"build": "npm run clean && rollup -c",
"build:components": "rollup -c ./config/rollup.components.config.js",
"dev:components": "rollup -c ./config/rollup.components.config.js -w",
"pub": "envision switchOrg system && envision deploy ./dist -v 0.0.2 -k ui -y y",
"clean": "rimraf dist"
},
"files": [
"dist",
"src",
"components"
],
"keywords": [],
"author": "abearxiong",
"license": "MIT",
"dependencies": {
"dayjs": "^1.11.13",
"glob": "^11.0.0",
"lodash-es": "^4.17.21",
"rollup-plugin-dts": "^6.1.1",
"style-to-object": "^1.0.8"
},
"devDependencies": {
"@emotion/serialize": "^1.3.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash-es": "^4.17.12",
"@types/postcss-import": "^14.0.3",
"@types/react": "^18.3.8",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"immer": "^10.1.1",
"nanoid": "^5.0.7",
"postcss-import": "^16.1.0",
"rollup": "^4.22.2",
"rollup-plugin-postcss": "^4.0.2",
"ts-lib": "^0.0.5",
"typescript": "^5.6.2",
"zustand": "5.0.0-rc.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}