alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: remove web haptics package
author
pdelfan
date
2 months ago
(May 21, 2026, 2:54 PM -0700)
commit
96f4a4f2
96f4a4f279a86c5b2ec8fbfc11ed39b09b27c7ed
parent
4fbd0368
4fbd0368114133ce2b42a0d9a6f6fb19d01629b2
+2
-30
2 changed files
Expand all
Collapse all
Unified
Split
package-lock.json
src
webapp
package.json
+1
-28
package-lock.json
View file
Reviewed
···
31499
31499
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==",
31500
31500
"dev": true
31501
31501
},
31502
31502
-
"node_modules/web-haptics": {
31503
31503
-
"version": "0.0.6",
31504
31504
-
"resolved": "https://registry.npmjs.org/web-haptics/-/web-haptics-0.0.6.tgz",
31505
31505
-
"integrity": "sha512-eCzcf1LDi20+Fr0x9V3OkX92k0gxEQXaHajmhXHitsnk6SxPeshv8TBtBRqxyst8HI1uf2FyFVE7QS3jo1gkrw==",
31506
31506
-
"license": "MIT",
31507
31507
-
"peerDependencies": {
31508
31508
-
"react": ">=18",
31509
31509
-
"react-dom": ">=18",
31510
31510
-
"svelte": ">=4",
31511
31511
-
"vue": ">=3"
31512
31512
-
},
31513
31513
-
"peerDependenciesMeta": {
31514
31514
-
"react": {
31515
31515
-
"optional": true
31516
31516
-
},
31517
31517
-
"react-dom": {
31518
31518
-
"optional": true
31519
31519
-
},
31520
31520
-
"svelte": {
31521
31521
-
"optional": true
31522
31522
-
},
31523
31523
-
"vue": {
31524
31524
-
"optional": true
31525
31525
-
}
31526
31526
-
}
31527
31527
-
},
31528
31502
"node_modules/web-vitals": {
31529
31503
"version": "5.1.0",
31530
31504
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz",
···
32228
32202
"react-force-graph": "^1.48.2",
32229
32203
"react-force-graph-2d": "^1.29.1",
32230
32204
"react-icons": "^5.5.0",
32231
32231
-
"shiki": "^3.20.0",
32232
32232
-
"web-haptics": "^0.0.6"
32205
32205
+
"shiki": "^3.20.0"
32233
32206
},
32234
32207
"devDependencies": {
32235
32208
"@chromatic-com/storybook": "^5.1.2",
+1
-2
src/webapp/package.json
View file
Reviewed
···
59
59
"react-force-graph": "^1.48.2",
60
60
"react-force-graph-2d": "^1.29.1",
61
61
"react-icons": "^5.5.0",
62
62
-
"shiki": "^3.20.0",
63
63
-
"web-haptics": "^0.0.6"
62
62
+
"shiki": "^3.20.0"
64
63
},
65
64
"devDependencies": {
66
65
"@chromatic-com/storybook": "^5.1.2",