-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "@iroha2/monorepo",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm jake prepare:all",
"format:fix": "prettier-eslint \"**/*.{ts,js,vue,json}\" --write",
"lint": "eslint . --ext=\".ts,.js,.vue\"",
"run-all-checks": "pnpm jake run-all-checks",
"build:all": "pnpm jake build:all",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@esbuild-kit/cjs-loader": "^2.4.1",
"@iroha2/test-peer": "workspace:^0.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/jake": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"chalk": "4.1.2",
"consola": "^2.15.3",
"debug": "^4.3.4",
"del": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-alloy": "^5.0.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"execa": "^7.0.0",
"fp-ts": "^2.13.1",
"immutable": "^4.2.4",
"jake": "^10.8.5",
"make-dir": "^3.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.2",
"prettier-eslint-cli": "^8.0.1",
"rollup": "^3.26.2",
"rollup-plugin-dts": "^5.3.0",
"tiny-invariant": "^1.3.1",
"ts-pattern": "^5.0.1",
"tsx": "^3.12.2",
"type-fest": "^3.9.0",
"typescript": "^5.2.2",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"zx": "^7.2.0"
}
}