forked from Seungwoo321/vue-pivottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "vue-pivottable",
"version": "0.3.78",
"main": "src/index.js",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/Seungwoo321/vue-pivottable.git"
},
"keywords": [
"vue",
"pivot",
"pivottable",
"vue-pivottable"
],
"homepage": "https://seungwoo321.github.io/opensource/vue-pivottable.html",
"author": "Seungwoo, Lee <[email protected]> (https://github.com/seungwoo321)",
"license": "MIT",
"scripts": {
"build": "vue-cli-service build --target lib --name vue-pivottable src/index.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-plotly": "^1.1.0",
"vuedraggable": "^2.23.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.6.0"
}
}