-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.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
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
{
"name": "root",
"private": true,
"workspaces": [
"packages/api",
"packages/chains",
"packages/web",
"packages/cli",
"packages/client",
"packages/store",
"packages/mail",
"packages/nonce",
"packages/validators"
],
"scripts": {
"test": "lerna run test",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"prettier": "lerna run prettier",
"prettier:fix": "lerna run prettier:fix",
"format": "npm run prettier:fix && npm run lint:fix",
"build": "lerna run build",
"clean": "lerna run clean"
},
"devDependencies": {
"@tableland/local": "^3.0.2",
"@trpc/server": "^11.0.0-next-beta.318",
"@types/cookie": "^0.6.0",
"@types/cosmiconfig": "^6.0.0",
"@types/inquirer": "^9.0.2",
"@types/js-yaml": "^4.0.5",
"@types/keccak": "^3.0.1",
"@types/mocha": "^10.0.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^10.0.13",
"@types/yargs": "17.0.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"c8": "^8.0.0",
"dotenv": "^16.1.4",
"drizzle-kit": "^0.20.14",
"eslint": "^8.32.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lerna": "^7.1.5",
"lint-staged": "^13.2.2",
"mocha": "^10.0.0",
"mock-stdin": "^1.0.0",
"node-fetch": "^2.6.6",
"nx": "^16.7.1",
"postcss": "^8.4.38",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"sinon": "^15.0.1",
"tailwindcss": "^3.4.3",
"tempy": "^3.1.0",
"ts-node": "^10.9.1",
"tsx": "^4.10.5",
"typescript": "^5.4.5"
}
}