@tastic/hud 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tastic/hud",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Visual component kit for local-multiplayer React Native games: inline (non-modal) popovers, dropdowns, color pickers, gauges, ready buttons, and dialogs, built to stay scoped to one player's own zone on a shared screen",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -46,9 +46,8 @@
|
|
|
46
46
|
"!src/__mocks__"
|
|
47
47
|
],
|
|
48
48
|
"scripts": {
|
|
49
|
-
"build": "tsup
|
|
50
|
-
"build:watch": "tsup
|
|
51
|
-
"ci": "npm run lint && npm test && npm run typecheck && npm run build",
|
|
49
|
+
"build": "tsup",
|
|
50
|
+
"build:watch": "tsup --watch",
|
|
52
51
|
"fix": "eslint --fix",
|
|
53
52
|
"lint": "eslint",
|
|
54
53
|
"prepublishOnly": "npm run build",
|
|
@@ -59,16 +58,18 @@
|
|
|
59
58
|
"test": "jest",
|
|
60
59
|
"test:watch": "jest --watchAll",
|
|
61
60
|
"typecheck": "tsc --noEmit",
|
|
62
|
-
"
|
|
61
|
+
"verify": "npm run lint && npm test && npm run typecheck && npm run build",
|
|
62
|
+
"preversion": "npm run verify"
|
|
63
63
|
},
|
|
64
64
|
"prettier": "@infinitetoken/eslint-config/prettier",
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@infinitetoken/eslint-config": "^0.1.
|
|
67
|
-
"@infinitetoken/
|
|
68
|
-
"@
|
|
69
|
-
"@rific/
|
|
66
|
+
"@infinitetoken/eslint-config": "^0.1.8",
|
|
67
|
+
"@infinitetoken/jest-config": "^0.2.0",
|
|
68
|
+
"@infinitetoken/tsconfig": "^0.3.0",
|
|
69
|
+
"@rific/auto-paper": "^0.10.3",
|
|
70
|
+
"@rific/feedback-press": "^0.10.8",
|
|
70
71
|
"@shopify/react-native-skia": "^2.6.2",
|
|
71
|
-
"@tastic/core": "^0.1.
|
|
72
|
+
"@tastic/core": "^0.1.5",
|
|
72
73
|
"@testing-library/dom": "^10.4.1",
|
|
73
74
|
"@testing-library/react": "^16.3.2",
|
|
74
75
|
"@types/jest": "^30.0.0",
|
|
@@ -84,7 +85,6 @@
|
|
|
84
85
|
"react-native": "^0.85.3",
|
|
85
86
|
"react-native-paper": "^5.15.2",
|
|
86
87
|
"react-native-reanimated": "^4.5.1",
|
|
87
|
-
"ts-jest": "^29.4.9",
|
|
88
88
|
"tsup": "^8.0.0",
|
|
89
89
|
"typescript": "^6.0.3"
|
|
90
90
|
},
|