forked from gagdiez/frontend-multiple-contracts
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 898 Bytes
/
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
{
"name": "my-near-app",
"version": "1.0.0",
"license": "(MIT AND Apache-2.0)",
"scripts": {
"start": "cd frontend && parcel index.html --open",
"build": "cd frontend && parcel build index.html --public-url ./"
},
"devDependencies": {
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"env-cmd": "^10.1.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"nodemon": "^2.0.16",
"parcel": "^2.7.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@near-wallet-selector/core": "^8.9.7",
"@near-wallet-selector/here-wallet": "^8.9.7",
"@near-wallet-selector/modal-ui": "^8.9.7",
"@near-wallet-selector/my-near-wallet": "^8.9.7",
"near-api-js": "^3.0.4"
},
"overrides": {
"near-api-js": "^3.0.4"
}
}