-
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) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 722 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": "classed-elements",
"description": "classed-elements is a utility that simplifies the process of reusing components with Tailwind CSS in SolidJS",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "pnpm run --parallel dev",
"build": "pnpm run --recursive build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hungtcs/classed-elements.git"
},
"keywords": [
"react",
"solid",
"solidjs",
"tailwind",
"tailwindcss"
],
"author": "hungtcs <hungtcs@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hungtcs/classed-elements/issues"
},
"homepage": "https://github.com/hungtcs/classed-elements#readme"
}