50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "kintone-plugin-filelookup",
|
|
"version": "1.0.2",
|
|
"scripts": {
|
|
"gen": "run-s gen:*",
|
|
"gen:key": "node scripts/generate-private-key.js",
|
|
"start": "node scripts/npm-start.js",
|
|
"develop": "npm run build -- --watch",
|
|
"prebuild": "npm run gen",
|
|
"prebuild:prod": "npm run gen",
|
|
"build": "cross-env NODE_ENV=development rspack build",
|
|
"build:prod": "cross-env NODE_ENV=production rspack build",
|
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
"upload": "env-cmd --silent kintone-plugin-uploader dist/plugin.zip --watch --waiting-dialog-ms 3000"
|
|
},
|
|
"dependencies": {
|
|
"@kintone/rest-api-client": "^5.7.4",
|
|
"angular-expressions": "^1.4.3",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"immer": "^10.1.1",
|
|
"moize": "^6.1.6",
|
|
"nanoid": "^5.1.5",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"tiny-invariant": "^1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@cybozu/eslint-config": "^24.0.0",
|
|
"@kintone/dts-gen": "^8.1.2",
|
|
"@kintone/plugin-uploader": "^9.1.5",
|
|
"@kintone/webpack-plugin-kintone-plugin": "^8.0.11",
|
|
"@rspack/cli": "^1.4.2",
|
|
"@rspack/core": "^1.4.2",
|
|
"@shin-chan/kypes": "^0.0.7",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"cross-env": "^7.0.3",
|
|
"env-cmd": "^10.1.0",
|
|
"eslint": "^9.30.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.6.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|