generated from ahandsel/Kintone_Customization_Webpack
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.21 KB
/
package.json
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
{
"name": "kintone_react_search_bar",
"version": "1.0.2",
"description": "Kintone customization that creates a search bar that automatically filters results as the user inputs the title",
"main": "index.js",
"scripts": {
"start": "node scripts/npm-start.js",
"upload": "env-cmd --verbose kintone-customize-uploader --watch customize-manifest.json",
"dev": "env-cmd --verbose webpack --watch",
"build": "env-cmd --verbose webpack",
"production": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@kintone/customize-uploader": "^5.0.10",
"babel-loader": "^8.2.3",
"core-js": "^3.19.1",
"css-loader": "^6.5.1",
"dotenv-webpack": "^7.0.3",
"env-cmd": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.1",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
}
}