This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.75 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
{
"name": "example-client-frequency",
"version": "0.1.0",
"private": true,
"dependencies": {
"@frequency-chain/api-augment": "0.9.29-rc2",
"@polkadot/api": "9.6.1",
"@polkadot/extension-dapp": "0.44.6",
"@polkadot/types": "9.6.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/bn.js": "^5.1.0",
"@types/core-js": "^2.5.5",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"antd": "^4.23.6",
"assert": "^2.0.0",
"avsc": "^5.7.6",
"bignumber": "^1.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"core-js": "^3.24.1",
"create-react-app": "^5.0.1",
"dotenv": "^16.0.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"stream": "^0.0.2",
"typescript": "^4.8.4",
"util": "^0.12.5",
"web-vitals": "^3.0.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"tsc": "tsc",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|tsx|json)\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-app-rewired": "^2.2.1",
"prettier": "^2.7.1"
},
"prettier": {
"bracketSpacing": true
}
}