-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"commit": "git-cz",
"prepare": "husky install",
"test:ci": "playwright test",
"test": "playwright test --ui "
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.6",
"@types/node": "^20.9.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"husky": "^8.0.0",
"prettier": "^3.0.3",
"semantic-release": "^22.0.0",
"tsconfig": "workspace:*",
"turbo": "latest"
},
"packageManager": "[email protected]",
"name": "itesm-socioformador-ago-dec-2023-team-02",
"dependencies": {
"ai": "^2.2.14",
"git-cz": "^4.9.0",
"openai-edge": "^1.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}