-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.11 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
40
41
42
43
44
45
46
{
"name": "garoonBox",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"webpack_dev": "webpack --config webpack.dev.js",
"webpack_prod": "webpack --config webpack.prod.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/garoon/garoonBox.git"
},
"author": "",
"license": "ISC",
"browserslist": [
"last 1 ie version",
"last 1 Edge version",
"last 1 Chrome version",
"last 1 Firefox version",
"last 1 safari version",
"last 2 iOS versions",
"last 1 ChromeAndroid version"
],
"description": "",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@cybozu/eslint-config": "^14.0.2",
"babel-loader": "^8.2.2",
"core-js": "^3.15.2",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"prettier": "^2.3.2",
"regenerator-runtime": "^0.13.7",
"style-loader": "^3.1.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"jquery": "^3.6.0",
"kintone-ui-component": "^1.0.3"
}
}