-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@ctx-core/ui-solid",
"version": "21.0.223",
"description": "ctx-core Solidjs components",
"keywords": [
"ctx-core"
],
"homepage": "https://github.com/ctx-core/ui-solid#readme",
"bugs": {
"url": "https://github.com/ctx-core/ui-solid/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/ui-solid.git"
},
"license": "Apache-2.0",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "[email protected]"
},
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json",
"./GlobalStyle",
"./Matcha",
"./minifycss",
"./Singleton",
"Style"
],
"main": "index.jsx",
"module": "index.jsx",
"types": "index.d.ts",
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"prepublishOnly": "pnpm test",
"test": "pnpm test:unit",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 pnpm test:unit"
},
"dependencies": {
"@ctx-core/solid-js": "^1.5.217",
"@solidjs/meta": "^0.29.4",
"ctx-core": "^7.2.32",
"solid-js": "^1.8.22"
},
"peerDependencies": {
"@ctx-core/solid-js": "^1.5.217",
"solid-js": "^1.8.22"
},
"devDependencies": {
"c8": "^10.1.2",
"tsx": "^4.19.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}