-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
package.json
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
{
"name": "solid-compose",
"version": "0.44.0",
"description": "A set of reactive state for commonly used features in web apps",
"funding": "https://github.com/mathieuprog/solid-compose?sponsor=1",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "vitest"
},
"author": "Mathieu Decaffmeyer",
"license": "Apache-2.0",
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@tsconfig/node18": "^18.2.2",
"@types/testing-library__jest-dom": "^5.14.9",
"happy-dom": "^12.9.1",
"jsdom": "^22.1.0",
"rollup": "^4.0.2",
"rollup-preset-solid": "^2.0.1",
"solid-testing-library": "^0.5.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-solid": "^2.7.1",
"vitest": "^0.34.6"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@mathieuprog/find-value": "^1.0.1",
"esbuild": "0.19.4",
"object-array-utils": "^4.0.0",
"solid-js": "^1.8.1",
"user-locale": "^0.15.0"
},
"bugs": {
"url": "https://github.com/mathieuprog/solid-compose/issues"
},
"homepage": "https://github.com/mathieuprog/solid-compose#readme"
}