-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
70 lines (70 loc) · 1.81 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
{
"name": "@revolist/revogrid-column-select",
"version": "3.1.8",
"description": "Select column type for RevoGrid system based on revo-dropdown",
"main": "./dist/revo-common-select.umd.cjs",
"module": "./dist/revo-common-select.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/revo-common-select.mjs",
"require": "./dist/revo-common-select.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",
"datagrid",
"revoGrid",
"stenciljs",
"reactive",
"virtualgrid",
"virtual vue grid",
"react datagrid",
"editable",
"excel",
"webcomponent",
"autocomplete",
"dropdown",
"jsdropdown",
"dropdownlist"
],
"author": "revolist",
"homepage": "https://github.com/revolist/revogrid-column-select#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/revogrid-column-select.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid-column-select/issues"
},
"license": "MIT",
"devDependencies": {
"@revolist/vue-datagrid": "^4.10.20",
"@types/lodash": "^4.14.149",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"lodash": "4.17.20",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"vue": "^2.7.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@revolist/revo-dropdown": "^3.0.3",
"@stencil/core": "^4.22.2"
}
}