-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
{
"name": "@muajs/repo",
"type": "module",
"private": true,
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint-staged": "lint-staged",
"test": "turbo test",
"prepare": "husky"
},
"dependencies": {
"consola": "^3.2.3",
"fp-ts": "^2.16.4",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"turbo": "latest",
"typescript": "^5.4.2",
"uuid": "^9.0.1",
"vite": "^5.2.10",
"vite-node": "^1.5.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.4.0"
}
}