-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (127 loc) · 4.43 KB
/
package.json
File metadata and controls
136 lines (127 loc) · 4.43 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@networkpro/web-dev",
"private": false,
"sideEffects": false,
"version": "0.0.1",
"description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
"keywords": [
"advisory",
"consulting",
"cybersecurity",
"development",
"networking",
"privacy",
"security",
"svelte",
"sveltekit"
],
"homepage": "https://dev.netwk.pro",
"bugs": {
"url": "https://github.com/netwk-pro/netwk-pro.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netwk-pro/web-dev.git"
},
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
"author": {
"name": "Scott Lopez",
"email": "github@sl.neteng.cc",
"url": "https://bio.neteng.pro"
},
"type": "module",
"engines": {
"node": ">=22.0.0 <25",
"npm": ">=11.0.0 <12"
},
"style": "src/lib/styles/global.min.css",
"scripts": {
"dev": "vite dev",
"preview": "vite preview",
"start": "npm run dev",
"build": "vite build",
"build:netlify": "netlify build",
"css:bundle": "node scripts/bundleCss.js",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"check:env": "node scripts/checkEnv.js",
"check:node": "node scripts/checkNode.js",
"checkout": "npm run check:node && npm run test:all && npm run lint:all && npm run check && npm run audit:scripts",
"verify": "npm run checkout",
"delete": "rm -rf build .svelte-kit node_modules package-lock.json",
"clean": "npm run delete && npm cache clean --force && npm install",
"upgrade": "npx npm-check-updates -u",
"test": "npm run test:all",
"test:all": "npm run test:client -- --run && npm run test:server -- --run",
"test:client": "vitest --config vitest.config.client.js",
"test:server": "vitest --config vitest.config.server.js",
"test:watch": "vitest --config vitest.config.client.js --watch",
"test:coverage": "npm run test:client -- --run --coverage && npm run test:server -- --run --coverage",
"lint": "eslint . --ext .mjs,.js,.svelte",
"lint:fix": "eslint . --ext .mjs,.js,.svelte --fix",
"lint:jsdoc": "eslint . --ext .js,.mjs,.svelte --max-warnings=0",
"lint:css": "stylelint \"**/*.{css,svelte}\" --ignore-path .stylelintignore",
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\" \"#build/**\"",
"lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lhci": "lhci",
"lighthouse": "npm run lighthouse:local",
"lighthouse:local": "npm run build && npm run preview & wait-on http://localhost:4173 && npm run lhci:run",
"lhci:run": "lhci autorun --config=.lighthouserc.cjs",
"audit:scripts": "node scripts/auditScripts.js",
"head:flatten": "node scripts/flattenHeaders.js",
"head:validate": "node scripts/validateHeaders.js",
"postinstall": "npm run check:node"
},
"dependencies": {
"svelte": "5.31.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.27.0",
"@netlify/plugin-sitemap": "^0.8.1",
"@playwright/test": "^1.52.0",
"@sveltejs/adapter-netlify": "^5.0.2",
"@sveltejs/kit": "2.21.1",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.8",
"@vitest/coverage-v8": "^3.1.4",
"autoprefixer": "^10.4.21",
"browserslist": "^4.24.5",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jsdoc": "^50.6.17",
"eslint-plugin-svelte": "^3.8.2",
"globals": "^16.1.0",
"jsdom": "^26.1.0",
"lightningcss": "^1.30.1",
"markdownlint": "^0.38.0",
"markdownlint-cli2": "^0.18.1",
"mdsvex": "^0.12.6",
"normalize.css": "^8.0.1",
"postcss": "^8.5.3",
"postcss-html": "^1.8.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.4.0",
"semver": "^7.7.2",
"stylelint": "^16.19.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-order": "^7.0.0",
"svelte-check": "^4.2.1",
"svelte-eslint-parser": "^1.2.0",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-lightningcss": "^0.0.5",
"vitest": "^3.1.4"
},
"overrides": {
"@sveltejs/kit": {
"cookie": "^0.7.0"
}
}
}