forked from iamyuu/gridjs-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "gridjs-svelte",
"type": "module",
"version": "2.1.0",
"description": "A Svelte wrapper component for Grid.js",
"scripts": {
"build": "svelte-kit package",
"dev:web": "svelte-kit dev",
"build:web": "svelte-kit build",
"test": "vitest run",
"test:watch": "vitest watch",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"keywords": [
"svelte",
"gridjs"
],
"author": "Muhammad Yusuf <[email protected]>",
"license": "MIT",
"peerDependencies": {
"gridjs": ">=5.0.0",
"svelte": ">=3.30.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.34",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/svelte": "3.0.3",
"@typescript-eslint/eslint-plugin": "4.31",
"@typescript-eslint/parser": "4.31",
"eslint": "7.32",
"eslint-config-prettier": "8.3",
"eslint-plugin-svelte3": "3.2",
"gridjs": "5.0",
"jsdom": "19.0.0",
"prettier": "2.4",
"prettier-plugin-svelte": "2.4",
"svelte": "3.44",
"svelte-check": "2.2",
"svelte-preprocess": "4.9",
"svelte2tsx": "0.4.13",
"tslib": "2.3",
"typescript": "4.4",
"vitest": "0.0.142"
},
"repository": {
"type": "git",
"url": "https://github.com/iamyuu/gridjs-svelte"
},
"bugs": {
"url": "https://github.com/iamyuu/gridjs-svelte/issues"
},
"homepage": "https://gridjs.io/docs/integrations/svelte"
}