-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1018 Bytes
/
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
39
40
41
{
"name": "kintone-spinner",
"version": "0.3.0",
"description": "A spinning activity indicator for kintone",
"main": "dist/kintone-spinner.min.js",
"types": "index.d.ts",
"files": [
"dist/",
"index.d.ts"
],
"scripts": {
"build": "webpack --config webpack.dev.js",
"watch": "npm run build -- --watch",
"release": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/goqoo-on-kintone/kintone-spinner.git"
},
"keywords": [
"kintone",
"spinner"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/goqoo-on-kintone/kintone-spinner/issues"
},
"homepage": "https://github.com/goqoo-on-kintone/kintone-spinner#readme",
"dependencies": {
"kintone-ui-component": "^0.1.4"
},
"devDependencies": {
"css-loader": "^2.1.0",
"prettier": "^1.16.4",
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"
}
}