-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nifty-fe-monorepo",
"private": true,
"version": "1.0.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"type-check": "turbo type-check",
"symlinks": "pnpm exec .sh/symlinks.sh",
"prepare": "husky && pnpm symlinks"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.8",
"@mui/lab": "6.0.0-beta.16",
"@mui/material": "^6.1.8",
"@mui/system": "^6.1.8",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"viem": "^2.21.50"
},
"devDependencies": {
"@nl/eslint-config": "workspace:^",
"@nl/prettier-config": "workspace:^",
"@nl/typescript-config": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"turbo": "^2.3.1",
"typescript": "~5.4.5"
},
"overrides": {
"bnc-sdk": {
"crypto-es": "^2.1.0"
}
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"crypto-es": "^2.1.0",
"framer-motion": "^11.11.17",
"i18next": "22.5.1",
"utf-8-validate": "6.0.3"
}
}
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754"
}