-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.77 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
{
"name": "dev-board",
"version": "0.1.0",
"homepage": "https://open-web3-stack.github.io/dev-board",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx src"
},
"dependencies": {
"@acala-network/api": "^0.4.0-beta.7",
"@acala-network/app-util": "^0.4.0-beta.7",
"@acala-network/types": "^0.4.0-beta.7",
"@laminar/api": "^0.2.0-beta.141",
"@laminar/types": "^0.2.0-beta.141",
"@open-web3/api-mobx": "0.6.0-beta.17",
"@polkadot/api": "^1.23.1",
"@polkadot/api-derive": "^1.30.1",
"@polkadot/extension-dapp": "^0.31.1",
"@polkadot/extension-inject": "^0.31.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/big.js": "^4.0.5",
"@types/react-router-dom": "^5.1.5",
"antd": "^4.4.1",
"big.js": "^5.2.2",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"numbro": "^2.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^14.0.20",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"typescript": "^3.9.6"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"semi": [
"error",
"never"
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}