-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "svelte-locomotive-scroll",
"version": "0.0.5",
"description": "A locomotive-scroll Svelte wrapper",
"author": "Jason <[email protected]>",
"license": "MIT",
"keywords": [
"svelte",
"locomotive-scroll",
"smooth-scroll",
"typescript",
"sveltekit"
],
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/lodash.debounce": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"locomotive-scroll": "^4.1.4",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"sass": "^1.49.10",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.5.6",
"tslib": "^2.3.1",
"typescript": "~4.6.2"
},
"type": "module",
"dependencies": {
"imagesloaded": "^5.0.0",
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"locomotive-scroll": "^4.1.1",
"svelte": "^3.44.0"
},
"exports": {
"./package.json": "./package.json",
"./LocomotiveScrollProvider.svelte": "./LocomotiveScrollProvider.svelte",
".": "./index.js"
},
"svelte": "./index.js"
}