-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "next-drupal",
"version": "1.0.0",
"description": "Monorepo for the development of Drupal frontend",
"author": "Tiberiu Ichim",
"private": true,
"main": "index.js",
"license": "GPL",
"scripts": {
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"build": "turbo run build",
"release": "turbo release --concurrency=1",
"dev": "turbo run dev",
"test": "turbo run test",
"type-check": "turbo run type-check",
"prettier": "prettier",
"start:prod": "sh ./scripts/build_startbuild.sh",
"prepare": "husky install"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/jest": "^29.5.8",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"tsconfig": "workspace:*",
"turbo": "^1.10.12",
"typescript": "5.4.5"
},
"packageManager": "pnpm@8.15.7"
}