-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 985 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 985 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
30
31
32
33
34
35
36
{
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.32.1",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "pnpm -r --stream --filter=@tomjs/* build",
"lint": "run-s lint:*",
"lint:stylelint": "stylelint \"packages/**/*.{scss,scss,vue,html}\" --fix",
"lint:eslint": "eslint --fix",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.2",
"@commitlint/cli": "^20.5.0",
"@tomjs/commitlint": "workspace:^",
"@tomjs/eslint": "workspace:^",
"@tomjs/prettier": "workspace:^",
"@tomjs/stylelint": "workspace:*",
"@tomjs/tsconfig": "workspace:^",
"@types/node": "^20.19.37",
"eslint": "^10.0.3",
"lint-staged": "^16.4.0",
"npm-run-all": "^4.1.5",
"publint": "^0.3.18",
"rimraf": "^6.1.3",
"simple-git-hooks": "^2.13.1",
"stylelint": "^17.4.0",
"tsdown": "^0.21.3",
"typescript": "^5.9.3"
}
}