-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.03 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
66
67
68
69
70
71
72
73
74
75
{
"name": "shadcn-theme-editor",
"version": "1.4.1",
"description": "Shadcn Theme Editor",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/programming-with-ia/shadcn-theme-editor.git"
},
"bugs": {
"url": "https://github.com/programming-with-ia/shadcn-theme-editor/issues"
},
"homepage": "https://github.com/programming-with-ia/shadcn-theme-editor#readme",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs && python ./update-css-file.py && npm link && npm pack",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it",
"clean": "rimraf dist"
},
"keywords": [
"shadcn-theme-editor",
"shadcn theme editor",
"shadcn",
"shadcn-ui",
"theme",
"color",
"next-themes",
"shadcn-ui",
"theme-edit",
"customization",
"personalization",
"colord",
"theme-customization"
],
"author": "immi",
"license": "MIT",
"peerDependencies": {
"class-variance-authority": "*",
"clsx": "*",
"next-themes": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.3",
"release-it": "^17.6.0",
"rollup": "^4.18.1",
"rollup-plugin-banner2": "^1.3.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-preserve-directives": "^0.4.0",
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next-themes": "^0.3.0",
"react": "^18.3.1"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"colord": "^2.9.3",
"emittor": "^0.1.0",
"lodash.debounce": "^4.0.8",
"zod": "^3.23.8"
}
}