-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "recruitex",
"version": "0.0.1",
"private": true,
"description": "Recruitex is a recruitment platform",
"keywords": [
"Recruitex",
"Recruitment",
"Platform"
],
"homepage": "https://github.com/recruitex/recruitex",
"repository": {
"type": "git",
"url": "https://github.com/recruitex/recruitex.git"
},
"license": "MIT",
"author": "Recruitex",
"contributors": [
{
"name": "Mateusz Stepaniuk",
"email": "[email protected]",
"url": "https://blogeusz.pl"
},
{
"name": "Stanisław Synowiec",
"email": "[email protected]",
"url": "https://ssynowiec.pl"
},
{
"name": "Adrian Polak",
"email": "[email protected]",
"url": "https://adipol.dev"
},
{
"name": "Hixo23",
"url": "https://github.com/Hixo23"
}
],
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"lint": "turbo lint",
"prepare": "husky"
},
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@vercel/style-guide": "^6.0.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "^2.0.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=9"
}
}