-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 887 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
{
"name": "sieutoc-template",
"version": "0.0.0",
"license": "MIT",
"private": true,
"description": "A default template for Website Sieu Toc",
"homepage": "https://websitesieutoc.com/",
"author": {
"name": "Website SieuToc Dev Team",
"email": "[email protected]",
"url": "https://websitesieutoc.com"
},
"scripts": {
"build": "turbo run build",
"dev": "docker-compose up -d && dotenv -- turbo dev",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@turbo/gen": "1.10.12",
"dotenv-cli": "7.3.0",
"eslint": "7.32.0",
"eslint-config-custom": "*",
"prettier": "2.5.1",
"turbo": "1.10.12"
},
"engines": {
"node": "18"
},
"packageManager": "[email protected]",
"workspaces": [
"packages/*",
"apps/*"
]
}