-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.54 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "NETWORK=rinkeby next --port 3002",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "https://github.com/gnosis/safe-apps-sdk.git#e0cb523dfe222d6f133b142b40c29f3c82921363",
"@gnosis.pm/safe-react-components": "0.2.0",
"@material-ui/core": "4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"bignumber.js": "^9.0.0",
"ethers": "5.0.8",
"next": "9.5.2",
"next-fonts": "1.4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-window": "^1.8.5",
"styled-components": "^5.1.1",
"superagent": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "14.6.0",
"@types/react": "16.9.46",
"@types/react-dom": "^16.9.4",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.2",
"@types/superagent": "^4.1.9",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"next-images": "^1.4.1",
"prettier": "^2.0.5",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "3.9.7"
},
"license": "ISC"
}