-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
30 lines (30 loc) · 828 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.6",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwind-config": "workspace:*",
"turbo": "^2.3.3"
},
"packageManager": "[email protected]",
"name": "codeforstartup",
"description": "Code for Startup: Blogging for Developers",
"version": "1.0.0",
"main": ".eslintrc.js",
"author": "",
"license": "ISC"
}