-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 797 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 797 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "reverui",
"version": "0.6.1",
"description": "Effortless UI, Powerful Simplicity",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"homepage": "https://reverui.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/PiterWeb/ReverUI.git"
},
"files": [
"dist",
"tsconfig.json"
],
"scripts": {
"build": "tsdown",
"prepublishOnly": "build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"ui",
"preact",
"reactivity",
"reverui",
"rever"
],
"author": "PiterWeb",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.2",
"tsdown": "^0.21.8",
"typescript": "^6.0.2",
"vite": "^8.0.8"
}
}