-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "builder",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format:check": "turbo run format:check",
"format:write": "turbo run format:write",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"prepare": "husky install"
},
"dependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@playwright/test": "^1.39.0",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"turbo": "^1.10.16",
"typescript": "5.2.2"
},
"engines": {
"node": ">=16.17.0"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/withcontext-ai/builder.git"
},
"bugs": {
"url": "https://github.com/withcontext-ai/builder/issues"
},
"homepage": "https://github.com/withcontext-ai/builder#readme"
}