-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 958 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
{
"name": "devfaq",
"version": "7.1.1",
"author": "Michał Miszczyszyn - Type of Web <[email protected]> (https://typeofweb.com/)",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"build": "turbo run build",
"start": "turbo run start",
"dev": "turbo run dev --parallel",
"test": "FORCE_COLOR=1 turbo run test",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint:fix --parallel",
"format": "prettier --write .",
"check-types": "turbo run check-types --parallel",
"prepare": "husky install"
},
"resolutions": {
"@mdx-js/mdx": "2.1.5",
"@mdx-js/react": "2.1.5"
},
"devDependencies": {
"eslint-config-devfaq": "workspace:*",
"husky": "8.0.2",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.2.1",
"turbo": "1.6.3",
"typescript": "4.9.4"
},
"engines": {
"npm": ">=7.0.0",
"pnpm": ">=7.11.0",
"node": ">=18.0.0 <19"
},
"packageManager": "[email protected]"
}