-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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
47
48
49
{
"name": "@fkworld/code-complete",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.28.1",
"engines": {
"node": "24.13.0",
"pnpm": "10.28.1"
},
"scripts": {
"prepare": "husky",
"lint:eslint": "eslint --fix .",
"lint:prettier": "prettier --write .",
"lint:commitlint": "commitlint",
"lint:lint-staged": "lint-staged",
"lint:ls-lint": "ls-lint",
"clean": "pnpm dlx rimraf --glob '{node_modules,dist,.turbo}' '{projects,packages}/*/{node_modules,dist,.turbo}'",
"upgrade": "pnpm dlx npm-check-updates -i",
"count:codes": "cloc --exclude-dir=node_modules,dist,generated projects packages"
},
"dependencies": {
"cloc": "2.6.0-cloc",
"lodash-es": "^4.17.23",
"openapi-typescript": "^5.4.2",
"type-fest": "^5.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^7.3.0",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@eslint-react/eslint-plugin": "^2.12.2",
"@ls-lint/ls-lint": "^2.3.1",
"@types/lodash-es": "^4.17.12",
"@vitest/coverage-v8": "^4.1.0",
"eslint": "^9.39.2",
"eslint-plugin-better-tailwindcss": "^4.1.1",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"turbo": "^2.7.6",
"typescript": "^5.9.3",
"vitest": "^4.1.0",
"vue-tsc": "^3.2.4"
}
}