-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.82 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.82 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "forest-ui-react",
"keywords": [
"antd",
"forest"
],
"description": "",
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"dist/*"
],
"version": "0.0.14",
"main": "dist/index.js",
"types": "dist/_types/index.d.ts",
"type": "module",
"scripts": {
"prebuild": "rm -rf dist",
"start": "tsc --watch",
"lint": "eslint . --ext .tsx,.ts",
"lint:md": "remark . -f -q",
"build:clean": "rm -rf dist",
"build:types": "tsc --noEmitOnError false",
"build:source": "rollup --silent --config rollup.config.js",
"build:svg": "cd ./src/assets && node buildSvg.cjs",
"build": "npm run build:clean && npm run build:source",
"dev": "rollup --config rollup.config.js --watch",
"release": "yarn version && yarn build",
"modified:less": "lessc --js --modify-var='ant-prefix=etransfer-ant' src/assets/theme/antd.less src/assets/theme/modified.antd.css",
"pub": "npm publish"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"aelf-sdk": "^3.4.14-beta.1",
"ahooks": "^3.8.0",
"antd": "4.24.14",
"antd-mobile": "^5.37.1",
"autoprefixer": "^10.4.19",
"bignumber.js": "^9.1.2",
"clsx": "^1.2.1",
"lodash-es": "^4.17.21",
"lottie-web": "5.9.6",
"moment": "^2.30.1",
"postcss-import": "^16.1.0",
"qs": "^6.12.3",
"query-string": "^7.1.1",
"react-qrcode-logo": "2.9.0",
"react-use": "^17.4.0",
"storages": "^0.0.1",
"tailwindcss": "^3.4.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@jest/globals": "^29.3.1",
"@next/bundle-analyzer": "^12.2.4",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-url": "^8.0.1",
"@svgr/rollup": "^8.1.0",
"@tsconfig/recommended": "^1.0.1",
"@types/elliptic": "^6.4.14",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-jest": "^29.3.1",
"browser-resolve": "^2.0.0",
"esbuild": "^0.17.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"fix-esm-import-path": "^1.4.0",
"husky": "^8.0.1",
"isomorphic-fetch": "^3.0.0",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.4.3",
"lerna": "^6.5.1",
"less": "^4.1.3",
"lint-staged": ">=13",
"next": "14.0.4",
"node-fetch": "^3.3.0",
"postcss": "^8.4.39",
"postcss-url": "^10.1.3",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "3.15.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-lit-css": "4.0.1",
"rollup-plugin-minify-html-literals": "1.2.6",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"peerDependencies": {
"aelf-sdk": "^3.4.8",
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}