forked from dappforce/subsocial-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
42 lines (42 loc) · 1.12 KB
/
template.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
{
"package": {
"dependencies": {
"@polkadot/api": "latest",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/extension-inject": "^0.44.6",
"@polkadot/ui-keyring": "^0.85.4",
"@subsocial/api": "0.7.8-dev.0",
"@subsocial/utils": "0.7.8-dev.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.4",
"validator": "^13.1.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@polkadot/types": "latest",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.5",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"resolutions": {
"@polkadot/api": "9.2.4",
"@polkadot/types": "9.2.4"
}
}
}