-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "pragma-web-utils",
"version": "0.0.1",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"start": "yarn build && lerna run start",
"versions": "lerna version",
"publish": "yarn build --no-private && lerna run test --no-private && lerna publish --no-private",
"test": "lerna run test",
"lint": "eslint ./ --fix"
},
"dependencies": {
"@types/jest": "^29.5.12",
"@types/react": "~18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.23.2",
"ethereum-checksum-address": "^0.0.8",
"ethers": "^5.4.1",
"jotai": "^2.5.0",
"lerna": "^6.1.0",
"postcss-normalize": "^10.0.1",
"prettier": "^2.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"jest": "^29.7.0",
"@tsconfig/recommended": "^1.0.1"
}
}