forked from solidjs-community/solid-primitives
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 807 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 807 Bytes
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
{
"name": "solid-primitives",
"version": "0.50.0",
"description": "A collection of high-quality, community contributed building blocks.",
"main": "index.ts",
"repository": "https://davedbase@github.com/davedbase/solid-primitives.git",
"author": "David Di Biase <dave.dibiase@gmail.com>",
"license": "MIT",
"scripts": {
"format": "prettier -w \"packages/**/*.{js,ts,json,css,tsx,jsx}\" \"utils/**/*.{js,ts,json,css,tsx,jsx}\"",
"ls": "lerna-script"
},
"devDependencies": {
"@types/jest": "27.0.1",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"lerna-script": "^1.4.0",
"markdown-magic": "^2.5.2",
"prettier": "^2.3.2",
"solid-js": "1.1.4",
"typescript": "^4.5.3"
},
"dependencies": {
"json-to-markdown-table": "^1.0.0",
"tsup": "^5.10.0"
}
}