generated from celo-org/celo-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.63 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
{
"name": "@celo-composer/monorepo",
"version": "1.0.0",
"description": "Get started building PWAs on Celo",
"private": true,
"scripts": {
"react-app:dev": "yarn workspace @celo-composer/react-app dev",
"react-app:build": "yarn workspace @celo-composer/react-app build",
"react-app:start": "yarn workspace @celo-composer/react-app start",
"react-app:lint": "yarn workspace @celo-composer/react-app lint",
"hardhat:test": "yarn workspace @celo-composer/hardhat test",
"hardhat:deploy": "yarn workspace @celo-composer/hardhat deploy",
"hardhat:watch": "yarn workspace @celo-composer/hardhat watch",
"hardhat:accounts": "yarn workspace @celo-composer/hardhat accounts",
"hardhat:devchain": "yarn workspace @celo-composer/hardhat devchain",
"hardhat:fork-mainnet": "yarn workspace @celo-composer/hardhat fork-mainnet",
"hardhat:deploy-reset-watch": "yarn workspace @celo-composer/hardhat deploy-reset-watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare-hardhat": "cd packages/hardhat && yarn && npx hardhat typechain && yarn deploy",
"build-ui": "yarn prepare-hardhat && cd packages/react-app && yarn && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/celo-org/celo-progressive-dapp-starter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/celo-org/celo-progressive-dapp-starter/issues"
},
"homepage": "https://github.com/celo-org/celo-progressive-dapp-starter#readme",
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.5"
}
}