forked from revolist/vue3-datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.38 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
{
"name": "@revolist/vue3-datagrid",
"version": "3.2.17",
"description": "Vue 3 DataGrid Spreadsheet",
"main": "dist/vgrid.js",
"types": "dist/vgrid.d.ts",
"scripts": {
"build": "webpack --config ./.webpack/webpack.config.js --mode production",
"serve": "webpack serve --config ./.webpack/webpack.dev.js"
},
"keywords": [
"spreadsheet",
"vue",
"vue 3",
"datagrid",
"revogrid",
"excel",
"js",
"gridjs",
"virtual",
"virtual grid",
"datalist",
"rangeedit",
"grouping"
],
"author": "revolist",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/vue3-datagrid.git"
},
"bugs": {
"url": "https://github.com/revolist/vue3-datagrid/issues"
},
"homepage": "https://github.com/revolist/vue3-datagrid#readme",
"license": "MIT",
"dependencies": {
"@revolist/revogrid": "^3.2.16",
"@stencil/core": "^2.17.3"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.37",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vue": "^3.2.37",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
}
}