| 123456789101112131415161718192021222324 |
- {
- "name": "@growi/hackmd",
- "version": "6.1.0-RC.2",
- "description": "GROWI js and css files to use hackmd",
- "license": "MIT",
- "type": "module",
- "main": "dist/index.cjs",
- "module": "dist/index.js",
- "types": "dist/index.d.ts",
- "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": {},
- "devDependencies": {
- "penpal": "^4.0.0",
- "throttle-debounce": "^3.0.1"
- }
- }
|