-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.65 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.65 KB
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
{
"name": "@mediakular/gridcraft",
"version": "1.0.6-beta",
"scripts": {
"dev": "svelte-package --watch",
"build": "svelte-package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"publish": "npm publish --access public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/kit": "^2.27.1",
"@sveltejs/package": "^2.4.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"publint": "^0.1.16",
"svelte": "^5.38.0",
"svelte-check": "^4.3.1",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"description": "GridCraft: Svelte Data Grid. Comprehensive Data Grid for SvelteKit Apps.",
"main": "svelte.config.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mediakular/gridcraft.git"
},
"keywords": [
"datagrid",
"sveltekit",
"grid"
],
"author": "Stefan Lessle",
"license": "MIT",
"bugs": {
"url": "https://github.com/mediakular/gridcraft/issues"
},
"homepage": "https://gridcraft.mediakular.com"
}