| 123456789101112131415161718192021222324 |
- {
- "name": "@growi/ui",
- "version": "6.1.0-RC.0",
- "description": "GROWI UI Libraries",
- "license": "MIT",
- "keywords": ["growi"],
- "type": "module",
- "files": ["dist"],
- "scripts": {
- "build": "vite build",
- "clean": "npx -y shx rm -rf dist",
- "dev": "vite build --mode dev",
- "watch": "yarn dev -w --emptyOutDir=false",
- "lint:js": "yarn eslint **/*.{js,ts}",
- "lint:typecheck": "tsc",
- "lint": "npm-run-all -p lint:*"
- },
- "dependencies": {
- "@growi/core": "^6.1.0-RC.0"
- },
- "devDependencies": {
- "react": "^18.2.0"
- }
- }
|