-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
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": "devfaq",
"version": "7.1.1",
"author": "Michał Miszczyszyn - Type of Web <hi@typeofweb.com> (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": {
"node": "^20.0.0"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}