| 12345678910111213141516171819202122232425 |
- {
- "name": "@growi/hackmd",
- "version": "6.1.6",
- "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": "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 --preid=RC"
- },
- "dependencies": {},
- "devDependencies": {
- "penpal": "^4.0.0",
- "throttle-debounce": "^3.0.1"
- }
- }
|