-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 818 Bytes
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
{
"name": "collectible-card-game-daar",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:ghivert/touche-coule.git",
"author": "Guillaume Hivert <hivert.is.coming@gmail.com>",
"license": "MIT",
"scripts": {
"postinstall": "yarn --cwd contracts install && yarn --cwd frontend install",
"dev": "concurrently -c \"blue.bold,red.bold\" --names \"ethereum,frontend\" \"yarn --cwd contracts dev\" \"yarn --cwd frontend dev\""
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"chai": "^5.1.1",
"concurrently": "^7.5.0",
"ethers": "^6.13.3",
"hardhat": "^2.22.13"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"react-image": "^4.1.0",
"react-jss": "^10.10.0",
"react-loading-skeleton": "^3.5.0"
}
}