-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "kintone-adv-view",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"package": "node ./scripts/package.js",
"build:package": "npm run build && npm run package",
"watch": "webpack --env.watch",
"lint": "eslint ./src/js",
"fix": "eslint ./src/js --fix"
},
"author": "tonio0720",
"license": "MIT",
"devDependencies": {
"@kintone/plugin-packer": "^1.0.1",
"css-loader": "^1.0.1",
"fs-extra": "^7.0.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.22.2",
"qs": "^6.5.2",
"vue": "^2.5.17",
"vue-router": "^3.0.2",
"vuedraggable": "^2.16.0",
"vuetify": "^1.3.1"
}
}