50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "kintone-plugin-filelookup",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"prepare": "node scripts/prepare-private-key.js",
|
|
"start": "node scripts/npm-start.js",
|
|
"develop": "npm run build -- --watch",
|
|
"build": "npm run prepare && cross-env NODE_ENV=development rspack build",
|
|
"build:prod": "npm run prepare && cross-env NODE_ENV=production rspack build",
|
|
"dts-gen": "kintone-dts-gen",
|
|
"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.3.15",
|
|
"@rspack/core": "^1.3.15",
|
|
"@shin-chan/kypes": "^0.0.7",
|
|
"@swc/helpers": "^0.5.17",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^7.1.2",
|
|
"env-cmd": "^10.1.0",
|
|
"eslint": "^9.29.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"style-loader": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|