-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.01 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@robotpajamas/svelte-hammertime",
"version": "0.0.3",
"description": "A Svelte-centric HammerJS .",
"homepage": "https://github.com/robotpajamas/svelte-hammertime",
"repository": {
"type": "git",
"url": "https://github.com/robotpajamas/svelte-hammertime"
},
"author": {
"name": "SJ",
"email": "[email protected]",
"url": "https://sureshjoshi.com"
},
"bugs": {
"url": "https://github.com/robotpajamas/svelte-hammertime/issues"
},
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"keywords": [
"gestures",
"hammer",
"hammerjs",
"hammertime",
"svelte",
"svelte3",
"svelte-components",
"sveltejs",
"pan",
"pinch",
"press",
"swipe",
"tap"
],
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --cache --ignore-path .prettierignore --plugin prettier-plugin-svelte --plugin prettier-plugin-organize-imports --write .",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore . --fix",
"package": "svelte-kit sync && svelte-package && publint",
"preview": "vite preview",
"prepublishOnly": "npm run package",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"peerDependencies": {
"svelte": ">= 3.54.0 < 5.0.0"
},
"dependencies": {
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/package": "^2.2.2",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/svelte": "^4.0.3",
"@testing-library/user-event": "^14.5.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@types/hammerjs": "^2.0.42",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"eslint-plugin-testing-library": "^6.0.2",
"happy-dom": "^15.11.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.3",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}