forked from foolishchow/element-tree-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "element-tree-grid",
"version": "0.1.3",
"description": "element tree table with vue ",
"main": "dist/tree-table.common.js",
"typings": "types/index.d.ts",
"scripts": {
"dev": "rollup -w -c rollup.config.js",
"build": "tsc -d & rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foolishchow/element-tree-grid.git"
},
"keywords": [
"element",
"element-ui",
"tree",
"table",
"grid",
"vue",
"tree-grid",
"tree-table"
],
"author": "foolishchow",
"license": "MIT",
"bugs": {
"url": "https://github.com/foolishchow/element-tree-grid/issues"
},
"homepage": "https://github.com/foolishchow/element-tree-grid#readme",
"peerDependencies": {
"vue": "^2.5.0"
},
"devDependencies": {
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"gulp-rollup": "^2.5.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^6.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-typescript": "^1.1.2",
"rollup-watch": "^4.3.1",
"typescript": "^2.8.1",
"vue": "^2.5.16"
}
}