-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.36 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "howardism",
"version": "1.0.24",
"private": true,
"repository": "https://github.com/howard86/howardism",
"scripts": {
"clean": "pnpm run clean:packages && pnpm run clean:root",
"clean:root": "rm -rf node_modules",
"clean:packages": "lerna run clean",
"build": "lerna run build",
"lint": "lerna run lint",
"lint:root": "TIMING=1 eslint .",
"format": "prettier --write --list-different .",
"type-check": "lerna run type-check --stream",
"test": "lerna run test --stream",
"prepare": "husky"
},
"devDependencies": {
"@howardism/jest-config": "workspace:*",
"@howardism/tsconfig": "workspace:*",
"@next/bundle-analyzer": "^14.1.0",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"commitlint": "^19.0.0",
"commitlint-config-gitmoji": "^2.3.1",
"conventional-changelog-gitmoji-config": "^1.5.2",
"eslint": "^8.56.0",
"eslint-config-howardism": "workspace:*",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"nx": "18.2.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-props": "^2.0.9",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}