-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 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
{
"version": "0.1.0",
"name": "web-configs",
"packageManager": "pnpm@8.15.8",
"author": "ThunderMiracle",
"license": "MIT",
"private": true,
"scripts": {
"format": "prettier --write . '!**/eslint-plugin/tests/fixtures/**/*' '!**/*.{hbs,hbs.js}'",
"test": "jest",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' --cache",
"check": "lerna run check",
"generate": "plop",
"version": "lerna version --no-push --conventional-commits --no-private",
"publish": "lerna publish from-git",
"generate:package": "plop package && pnpm plop docs",
"updated": "lerna updated"
},
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.14",
"@web-configs/babel-preset": "workspace:*",
"@web-configs/eslint-plugin": "workspace:*",
"@web-configs/prettier": "workspace:*",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
"lerna": "^7.4.2",
"plop": "^3.1.2",
"prettier": "^3.2.5"
},
"prettier": "@web-configs/prettier"
}