-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 Bytes
/
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
{
"name": "@danbot-hosting/panda-preset",
"version": "1.1.1",
"description": "Panda CSS preset for adding DBH theme in the project.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "domin-mnd",
"repository": {
"type": "git",
"url": "git+https://github.com/DanBot-Hosting/panda-preset.git"
},
"bugs": {
"url": "https://github.com/DanBot-Hosting/panda-preset/issues"
},
"homepage": "https://github.com/DanBot-Hosting/panda-preset#readme",
"keywords": [],
"license": "MIT",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup index.ts --format=esm,cjs --dts --minify",
"build-fast": "tsup index.ts --format=esm,cjs --no-dts",
"dev": "pnpm build-fast --watch",
"prepare": "pnpm build"
},
"files": [
"dist"
],
"dependencies": {
"@pandacss/preset-base": "^0.15.1",
"@pandacss/types": "^0.15.0",
"cvet": "^4.0.0",
"typescript": "^5.2.2"
}
}