-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
90 lines (90 loc) · 2.67 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
85
86
87
88
89
90
{
"name": "keypering-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@keyper/container": "^0.1.0",
"@keyper/specs": "^0.1.0",
"@keypering/specs": "../keypering-core/packages/specs/lib",
"@nervosnetwork/ckb-sdk-utils": "^0.32.0",
"@types/crypto-js": "^3.1.47",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"antd-mobile": "^2.3.3",
"bip39": "^3.0.2",
"bn.js": "^5.1.2",
"crypto-js": "^4.0.0",
"date-fns": "^2.14.0",
"elliptic": "^6.5.2",
"idb": "^5.0.4",
"indexeddb-getall-shim": "^1.3.6",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"tauri": "^0.10.0",
"typeface-lato": "^0.0.75",
"typeface-source-code-pro": "^1.1.3",
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 5 edge version",
"last 1 safari version"
]
},
"devDependencies": {
"@nervosnetwork/ckb-types": "^0.32.0",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-storyshots": "^5.3.19",
"@storybook/addon-viewport": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/cli": "^5.3.19",
"@storybook/react": "^5.3.19",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/elliptic": "^6.4.12",
"@types/history": "^4.7.6",
"@types/jest": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"customize-cra": "^1.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"less": "^3.11.3",
"less-loader": "^6.2.0",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6",
"standard": "^14.3.4"
}
}