This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "@usecannon/cannon-safe-app",
"version": "0.0.1",
"private": true,
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel serve src/index.html --cert certs/localhost.pem --key certs/localhost-key.pem",
"build": "parcel build src/index.html",
"lint": "prettier --check 'src/**/*.{ts,tsx}' && eslint 'src/**/*.{ts,tsx}'"
},
"devDependencies": {
"@types/pako": "^2.0.0",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"events": "^3.1.0",
"prettier": "^2.8.7"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.12",
"@parcel/transformer-inline-string": "2.8.3",
"@safe-global/safe-apps-react-sdk": "^4.6.4",
"@safe-global/safe-apps-sdk": "^7.10.1",
"@usecannon/builder": "^2.4.6",
"@wagmi/core": "^0.10.9",
"axios": "^1.3.5",
"browser-level": "^1.0.1",
"buffer": "^5.5.0",
"crypto-browserify": "^3.12.0",
"deepmerge-ts": "^5.1.0",
"ethers": "^5.7.2",
"ganache": "^7.8.0",
"just-entries": "^2.3.0",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simple-url": "^1.1.8",
"sort-by-property": "^1.2.4",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"zustand": "^4.3.8"
}
}