@appolabs/ui 0.1.0 → 0.1.5
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/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +11 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appolabs/ui",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "React UI component library for Appo Labs
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "React UI component library for Appo Labs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
|
|
62
62
|
"format": "prettier --write 'src/**/*.{ts,tsx}'",
|
|
63
63
|
"typecheck": "tsc --noEmit",
|
|
64
|
+
"test": "vitest run",
|
|
65
|
+
"test:watch": "vitest",
|
|
64
66
|
"prepublishOnly": "pnpm build"
|
|
65
67
|
},
|
|
66
68
|
"peerDependencies": {
|
|
@@ -119,14 +121,18 @@
|
|
|
119
121
|
"vaul": "^0.9.0"
|
|
120
122
|
},
|
|
121
123
|
"devDependencies": {
|
|
124
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
125
|
+
"@testing-library/react": "^16.3.1",
|
|
122
126
|
"@types/react": "^18.3.0",
|
|
123
127
|
"@types/react-dom": "^18.3.0",
|
|
124
128
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
125
129
|
"@typescript-eslint/parser": "^7.0.0",
|
|
130
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
126
131
|
"eslint": "^8.57.0",
|
|
127
132
|
"eslint-config-prettier": "^9.1.0",
|
|
128
133
|
"eslint-plugin-react": "^7.34.0",
|
|
129
134
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
135
|
+
"jsdom": "^27.4.0",
|
|
130
136
|
"prettier": "^3.2.0",
|
|
131
137
|
"react": "^18.3.0",
|
|
132
138
|
"react-dom": "^18.3.0",
|
|
@@ -134,7 +140,8 @@
|
|
|
134
140
|
"recharts": "^2.12.0",
|
|
135
141
|
"tailwindcss": "^3.4.0",
|
|
136
142
|
"tsup": "^8.0.0",
|
|
137
|
-
"typescript": "^5.4.0"
|
|
143
|
+
"typescript": "^5.4.0",
|
|
144
|
+
"vitest": "^4.0.17"
|
|
138
145
|
},
|
|
139
146
|
"engines": {
|
|
140
147
|
"node": ">=18.0.0"
|
|
@@ -142,4 +149,4 @@
|
|
|
142
149
|
"publishConfig": {
|
|
143
150
|
"access": "public"
|
|
144
151
|
}
|
|
145
|
-
}
|
|
152
|
+
}
|