-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1009 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1009 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
39
40
41
42
43
44
{
"name": "@hugh-onf/components-lib",
"description": "components-lib",
"version": "0.0.4",
"author": {
"email": "hugh.hoang@onfinality.io",
"name": "Hugh Hoang"
},
"bugs": {
"url": "https://github.com/hugh-onf/components-lib/issues"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"antd": "^4.20.3",
"less": "^4.1.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.6.3",
"vite": "^2.9.7"
},
"homepage": "https://github.com/hugh-onf/components-lib",
"keywords": [
"antd",
"components",
"lib",
"ui",
"vite"
],
"license": "MIT",
"main": "dist/index.es.js",
"repository": {
"type": "git",
"url": "https://github.com/hugh-onf/components-lib"
},
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"dev": "vite",
"preview": "vite preview"
},
"types": "dist/index.d.ts"
}