-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
{
"private": true,
"scripts": {
"build": "pnpm run -r build",
"test": "jest",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint",
"lint-fix": "eslint --fix",
"site:dev": "pnpm run --filter @steamdown/site dev",
"site:preview": "pnpm run --filter @steamdown/site preview"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-typescript": "^7.28.5",
"@eslint/js": "^10.0.1",
"@tsconfig/recommended": "^1.0.13",
"@types/jest": "^30.0.0",
"babel-jest": "^30.3.0",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2"
},
"packageManager": "pnpm@10.7.1"
}