-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
{
"name": "ht-test",
"version": "1.0.7",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/HasanBakar/ht-test.git"
},
"keywords": [
"react",
"tailwind",
"components",
"ui-library",
"design-system",
"typescript",
"modern",
"responsive",
"lightweight",
"customizable"
],
"author": "Abu bakar",
"license": "ISC",
"description": "React component library built with Tailwind CSS and TypeScript.",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"rollup": "^4.28.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"tslib": "^2.8.1"
}
}