This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.27 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "infura-sdk-box",
"version": "0.1.0",
"private": true,
"description": "NFT all the things!",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truffle-box/nft-api-box.git"
},
"keywords": [
"infura",
"api",
"ethereum",
"web3",
"blockchain",
"solidity",
"metamask"
],
"author": "ConsenSys Software Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/truffle-box/nft-api-boxissues"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@infura/sdk": "^1.0.2",
"@openzeppelin/contracts": "^4.6.0",
"@reduxjs/toolkit": "^1.8.5",
"@truffle/preserve-fs": "^0.2.8",
"@truffle/preserve-to-ipfs": "^0.2.9",
"avvvatars-react": "^0.4.2",
"axios": "^0.27.2",
"eslint": "^8.16.0",
"ethers": "^5.6.8",
"react-redux": "^8.0.4",
"react-toastify": "^9.0.5",
"redux-persist": "^6.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"husky": "^8.0.1",
"immer": "^9.0.14",
"polished": "^4.2.2",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.12.0",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.3",
"typescript": "^4.7.4",
"use-immer": "^0.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sit-pretty": "prettier --write './src/**/*.js'",
"lint:react": "eslint './src/**/*.js'",
"lint:misc": "prettier --check './src/**/*.js'",
"preserve": "truffle preserve ./ipfs --ipfs --environment infura"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}