-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 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
51
52
53
54
55
56
{
"name": "nftai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js",
"start": "npx parcel src/index.html",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "^0.3.1",
"@openzeppelin/contracts": "^4.4.2",
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"babel-preset-react-app": "^10.0.1",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-ethers": "^1.0.1",
"js-base64": "^3.7.2",
"parcel-bundler": "^1.12.5",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-animations": "^1.0.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.0",
"solc": "^0.8.11",
"util": "^0.12.4",
"videos": "^1.2.0",
"web3": "^1.7.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.8.3",
"parcel": "^2.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}