-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "bindle-ui",
"version": "1.0.9",
"description": "A mega library of UI components for Javascript and React",
"scripts": {
"build": "copyfiles '**/*' build/ && cd build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NirmalScaria/bindle-ui.git"
},
"bin": "./scripts/index.mjs",
"keywords": [
"ui",
"library",
"components",
"design",
"react"
],
"author": "Nirmal Scaria <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NirmalScaria/bindle-ui/issues"
},
"homepage": "https://github.com/NirmalScaria/bindle-ui#readme",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"chalk": "^5.3.0",
"commander": "^12.1.0"
},
"peerDependencies": {
"@babel/plugin-syntax-typescript": "^7.24.7"
}
}