-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.58 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
{
"name": "@revolist/revogrid-column-date",
"version": "2.0.25",
"description": "Date format for RevoGrid system based on duetds-date-picker",
"module": "./dist/revogrid-column-date.js",
"main": "./dist/revogrid-column-date.umd.cjs",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/revogrid-column-date.js",
"require": "./dist/revogrid-column-date.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "npm run build && npm publish --public --tag pre-release"
},
"author": "revolist",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/revogrid-column-date.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid-column-date/issues"
},
"homepage": "https://github.com/revolist/revogrid-column-date#readme",
"keywords": [
"revo-grid",
"revolist",
"datagrid",
"revoGrid",
"stenciljs",
"reactive",
"virtualgrid",
"virtual",
"react",
"editable",
"excel",
"webcomponent",
"datepicker",
"date",
"duetds-date-picker"
],
"license": "MIT",
"devDependencies": {
"@duetds/date-picker": "^1.4.0",
"@faker-js/faker": "^9.0.1",
"@revolist/revogrid": "^4.10.8",
"@types/lodash": "^4.14.149",
"lodash": "4.17.20",
"typescript": "^5.2.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-libcss": "^1.1.1"
},
"publishConfig": {
"access": "public"
}
}