-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.16 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
{
"name": "ideamarket",
"version": "1.0.0",
"repository": "https://github.com/alitarraf/ideamarket.git",
"private": true,
"scripts": {
"start": "yarn workspace @ideamarket/react-app start",
"build": "yarn workspace @ideamarket/react-app build",
"test": "yarn workspace @ideamarket/react-app test",
"emulators": "yarn workspace @ideamarket/react-app emulators",
"deploy:firebase": "yarn workspace @ideamarket/react-app deploy:firebase",
"deploy:hosting": "yarn workspace @ideamarket/react-app deploy:hosting",
"deploy:functions": "yarn workspace @ideamarket/react-app deploy:functions",
"chain": "yarn workspace @ideamarket/hardhat chain",
"deploy": "yarn workspace @scaffold-eth/hardhat deploy"
},
"devDependencies": {
"@nomiclabs/buidler": "1.3.3-rc.0",
"@nomiclabs/buidler-truffle5": "1.3.3-rc.0",
"@nomiclabs/buidler-web3": "1.3.3-rc.0"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@graphprotocol/graph-ts",
"**/@graphprotocol/graph-ts/**",
"**/hardhat",
"**/hardhat/**",
"**/hardhat-ts",
"**/hardhat-ts/**"
]
},
"dependencies": {}
}