-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "@three11/animate-top-offset",
"version": "2.0.0",
"description": "Scroll a container to a specific Y offset",
"keywords": [
"Scroll to",
"Animated scroll",
"Container scroll"
],
"homepage": "https://github.com/three11/animate-top-offset#readme",
"bugs": {
"url": "https://github.com/three11/animate-top-offset/issues"
},
"license": "GPL-3.0",
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"main": "dist/animate-top-offset.js",
"types": "dist/animate-top-offset.d.ts",
"repository": {
"type": "git",
"url": "github:three11/animate-top-offset"
},
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"build": "rollup -c"
},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-typescript": "11.1.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"rollup": "4.29.1",
"tslib": "2.8.1",
"typescript": "5.7.2"
}
}