-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "kintone-react-plugin-demo",
"version": "1.0.0",
"description": "kintone-react-plugin-demo",
"scripts": {
"start": "node scripts/npm-start.js",
"upload": "kintone-plugin-uploader dist/plugin.zip --watch --waiting-dialog-ms 3000",
"develop": "webpack --mode development --watch",
"tailwind:watch": "npx tailwindcss -i ./src/config/index.css -o ./plugin/css/config.css --watch",
"build": "webpack --mode production"
},
"author": "GuSanle",
"license": "MIT",
"devDependencies": {
"@kintone/dts-gen": "^8.0.0",
"@kintone/plugin-packer": "^8.0.0",
"@kintone/plugin-uploader": "^9.0.0",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.0",
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"npm-run-all": "^4.1.5",
"styled-components": "^6.1.0",
"tailwindcss": "^3.3.5",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@lit/react": "^1.0.1",
"kintone-ui-component": "^1.13.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1"
}
}