-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 2.19 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
{
"name": "react-scrollspy-navigation",
"version": "2.0.6",
"description": "ScrollSpy React Component - Automatically update navigation components based on scroll position to indicate which link is currently active in the viewport.",
"keywords": [
"scrollspy",
"react-scrollspy",
"react-navigation",
"react-component",
"react-components",
"reactjs-component",
"react-scroll",
"reactjs-es6",
"reactjs-with-es6",
"react-animate-on-scroll",
"react-scroll-to-component",
"react-scrollspy-nav",
"react",
"reactjs"
],
"type": "module",
"files": [
"dist/*"
],
"module": "./dist/react-scrollspy.js",
"types": "./dist/react-scrollspy.d.ts",
"exports": {
".": {
"import": "./dist/react-scrollspy.js",
"require": "./dist/react-scrollspy.cjs",
"types": "./dist/react-scrollspy.d.ts"
}
},
"license": "MIT",
"author": {
"name": "Zsolt Tovis",
"email": "tovis.zsolt@gmail.com",
"url": "https://toviszsolt.github.io/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/toviszsolt"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/toviszsolt"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/toviszsolt/react-scrollspy.git"
},
"bugs": {
"url": "https://github.com/toviszsolt/react-scrollspy/issues"
},
"homepage": "https://32jhvk.csb.app",
"scripts": {
"dev": "vite",
"build": "vite build && node post-build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {},
"devDependencies": {
"@nextcss/nextcss": "^0.4.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scrollspy-navigation": "^2.0.4",
"vite": "^5.2.0"
}
}