-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "buildquest.xyz",
"version": "1.0.0",
"keywords": [
"ethereum",
"react",
"typescript",
"ethers",
"scaffoldeth",
"ens",
"ethereum-sso",
"yarn"
],
"private": true,
"scripts": {
"react-app:build": "yarn workspace @scaffold-eth/react-app build --max-old-space-size=12288",
"react-app:eject": "yarn workspace @scaffold-eth/react-app eject",
"react-app:start": "yarn workspace @scaffold-eth/react-app start",
"react-app:test": "yarn workspace @scaffold-eth/react-app test",
"react-app:deploy": "yarn workspace @scaffold-eth/react-app deploy",
"firebase-api:start": "yarn workspace @ethtalk/firebase-api start",
"firebase-api:shell": "yarn workspace @ethtalk/firebase-api shell",
"firebase-api:deploy": "yarn workspace @ethtalk/firebase-api deploy"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/eslint",
"**/eslint/**",
"**/prettier",
"**/prettier/**",
"**/eslint-plugin-prettier",
"**/eslint-plugin-prettier/**",
"**/eslint-config-prettier",
"**/eslint-config-prettier/**",
"**/jest",
"**/jest/**",
"**/@graphprotocol/graph-ts",
"**/@graphprotocol/graph-ts/**"
]
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.8"
}
}