-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 Bytes
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
{
"name": "web-mvp-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.23.0",
"devDependencies": {
"turbo": "^2.3.0",
"prettier": "^3.7.4",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"prettier-plugin-classnames": "^0.8.6",
"prettier-plugin-tailwindcss": "^0.7.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0"
}
}