forked from deprecated-near-apps/nft-launcher
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 860 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
34
35
36
{
"name": "Varda-nft-marketplace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx parcel src/index.html",
"build": "npx parcel build src/index.html",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"keywords": [
"near protocol",
"NFT",
"marketplace"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"parcel-bundler": "^1.12.5",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.0",
"near-api-js": "^0.44.2",
"react": "^17.0.2",
"react-bootstrap": "^2.1.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.0",
"regenerator-runtime": "^0.13.9",
"web3.storage": "^4.3.0"
}
}