-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
56 lines (56 loc) · 1.37 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
{
"name": "vue-pivottable",
"version": "0.4.67",
"main": "dist/vue-pivottable.mjs",
"files": [
"dist",
"src"
],
"workspaces": [
"packages/*"
],
"exports": {
".": {
"import": "./dist/vue-pivottable.mjs",
"require": "./dist/vue-pivottable.umd.js"
},
"./dist/": "./dist/"
},
"repository": {
"type": "git",
"url": "git://github.com/Seungwoo321/vue-pivottable.git"
},
"keywords": [
"vue",
"pivot",
"pivottable",
"vue-pivottable"
],
"homepage": "https://seungwoo321.github.io/vue-pivottable/",
"author": "Seungwoo, Lee <seungwoo321@gmail.com> (https://github.com/seungwoo321)",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"docs:dev": "vuepress dev packages/docs",
"docs:build": "vuepress build packages/docs",
"docs:deploy": "sh packages/docs/deploy-docs.sh"
},
"dependencies": {
"vue": "^2.6.10",
"vuedraggable": "^2.23.0"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.16.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^5.2.3",
"vite": "^3.1.8",
"vite-plugin-static-copy": "^0.11.1"
}
}