-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 835 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
{
"name": "kusodeka-tube",
"version": "0.0.0",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"axios": "^1.6.2"
},
"scripts": {
"build": "turbo run build",
"dev": "nps dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"test": "nps test",
"prepare": "echo Please husky install",
"postinstall": "patch-package"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"dotenv": "^16.3.1",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint-config": "*",
"turbo": "1.10.15"
}
}