-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "vw-kintone",
"version": "1.0.0",
"description": "VW kintone app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"watch": "gulp watch",
"deploy": "node ./deploy.js",
"prettier": "prettier --write \"src/**/*.js\"",
"eslint-check": "eslint --print-config .eslintrc.yml | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git://github.com/hiroyasu55/vw-kintone.git"
},
"author": "hiroyasu55",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"form-data": "^2.3.2",
"kintone-utility": "https://github.com/kintone/kintoneUtility.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"commander": "^2.14.1",
"css-loader": "^0.28.10",
"dotenv": "^5.0.1",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"exports-loader": "^0.7.0",
"gulp": "^3.9.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.1.0",
"html-loader": "^0.5.5",
"node-sass": "^4.13.1",
"prettier": "^1.11.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.9",
"webpack-stream": "^4.0.2"
}
}