-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.72 KB
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
{
"name": "purejs_onepagenav",
"version": "1.0.5",
"description": "Highly configurable one page navigation script",
"author": "Mateusz Żołdak <mateusz@zoldak.pl>",
"main": "dist/OnePageNav.min.js",
"browser": "dist/OnePageNav.umd.js",
"types": "dist/OnePageNav.d.ts",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/M-Zoldak/PureJS_OnePageNav"
},
"scripts": {
"test": "jest",
"dev": "rollup --config -w --dev",
"build": " rollup --config"
},
"keywords": [
"pure",
"vanilla",
"plain",
"javascript",
"js",
"onePageNav",
"one",
"page",
"nav",
"navigation",
"scroll",
"scrollspy",
"scroll-spy",
"spy",
"front-end"
],
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@tsconfig/recommended": "^1.0.3",
"@types/jest": "^29.5.8",
"@types/node": "^20.3.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.7",
"rollup": "^3.25.3",
"rollup-plugin-cleandir": "^2.0.0",
"terser": "^5.18.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "^5.2.2"
}
}