generated from scaffold-eth/scaffold-eth
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 753 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 753 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
26
27
28
{
"name": "sobr",
"version": "1.0.0",
"repository": "git@github.com:capturealpha/sobr.git",
"author": "capture-alpha",
"license": "MIT",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.22",
"pretty-quick": "^3.1.3"
},
"scripts": {
"prepare": "husky install",
"prettier": "prettier --write .",
"dev": "yarn workspace @sobr/next-app dev"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@chakra-ui/react": "^3.8.1"
}
}