-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "@three11/scrollspy",
"version": "2.0.0",
"description": "Automatically update your navigation components based on scroll position to indicate which link is currently active in the viewport",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/scrollspy.git"
},
"keywords": [
"ScrollSpy",
"Navigation",
"Animated scroll"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/scrollspy/issues"
},
"homepage": "https://github.com/three11/scrollspy#readme",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"rollup": "4.26.0",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.8.1",
"typescript": "5.6.3"
}
}