-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
81 lines (81 loc) · 1.78 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
{
"name": "@revolist/svelte-datagrid",
"version": "4.11.7",
"description": "Svelte DataGrid Spreadsheet component with native cell render support",
"main": "./dist/svelte-datagrid.umd.cjs",
"module": "./dist/svelte-datagrid.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/svelte-datagrid.js",
"import": "./dist/svelte-datagrid.js",
"require": "./dist/svelte-datagrid.umd.cjs"
}
},
"files": [
"dist/",
"lib/"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "npm run build && npm publish --public --tag pre-release"
},
"type": "module",
"keywords": [
"revo-grid",
"revolist",
"csv",
"datagrid",
"datalist",
"datamanager",
"editable",
"excel",
"excel-grid",
"export",
"fast-grid",
"filtering",
"grid",
"gridjs",
"grouping",
"infinity-grid",
"rangeedit",
"reactive",
"spreadsheet",
"stenciljs",
"storybook",
"treeview",
"virtualgrid",
"virtual",
"virtual-scroll",
"svelte"
],
"author": "revolist",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/svelte-datagrid.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"homepage": "https://github.com/revolist/revogrid#readme",
"license": "MIT",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0"
},
"dependencies": {
"@revolist/revogrid": "4.11.7"
},
"publishConfig": {
"access": "public"
}
}