This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.45 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
76
77
78
79
80
81
82
83
84
{
"name": "@jx3box/jx3box-ui-react",
"version": "0.0.10",
"description": "Jx3Box-UI react version",
"main": "build/index.js",
"module": "src/index.esm.ts",
"typings": "build/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "rollup -c rollup/rollup.config.js ",
"build:vite": "vite build",
"storybook": "rollup -c rollup/rollup.config.js --watch && start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-ui-react.git"
},
"keywords": [
"JX3",
"JX3BOX",
"react",
"javascript",
"typescript"
],
"author": "Harper Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/JX3BOX/jx3box-ui-react/issues"
},
"homepage": "https://github.com/JX3BOX/jx3box-ui-react#readme",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@jx3box/jx3box-common": "^7.0.2",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"qrcode.react": "^1.0.1"
},
"peerDependencies": {
"antd": ">=4.0.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/react": "^6.4.18",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react": "^1.0.7",
"antd": "^4.18.6",
"babel-loader": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"csslab": "^4.0.3",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"less": "^4.1.2",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.67.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.5.5",
"typings": "^2.1.1",
"vite": "^2.8.0"
}
}