-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
84 lines (84 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@revolist/vue-datagrid",
"version": "4.11.6",
"description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
"main": "./dist/vue2-datagrid.umd.cjs",
"module": "./dist/vue2-datagrid.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/vue2-datagrid.mjs",
"require": "./dist/vue2-datagrid.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "webpack --config ./.webpack/webpack.config.js",
"dev": "webpack serve --config ./.webpack/webpack.dev.js",
"release": "npm run build && npm publish --public --tag pre-release"
},
"keywords": [
"revo-grid",
"revolist",
"csv",
"datagrid",
"datalist",
"datamanager",
"editable",
"excel",
"excel-grid",
"export",
"fast-grid",
"filtering",
"grid",
"grouping",
"infinity-grid",
"reactive",
"spreadsheet",
"stenciljs",
"storybook",
"treeview",
"virtualgrid",
"virtuallist",
"virtual",
"virtual-scroll",
"vue",
"vue-grid",
"vue-datagrid",
"vue2",
"vue2-datagrid"
],
"author": "revolist",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/vue-datagrid.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"homepage": "https://github.com/revolist/revogrid#readme",
"license": "MIT",
"dependencies": {
"@revolist/revogrid": "4.11.6"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.37",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"vue": "^2.6.14",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
"@stencil/core": "^4.17.1"
}
}