| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "@growi/ui",
- "version": "6.1.5-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:*",
- "version": "yarn version --no-git-tag-version"
- },
- "dependencies": {
- "@growi/core": "link:../core"
- },
- "devDependencies": {
- "react": "^18.2.0"
- }
- }
|