forked from gregrickaby/nextjs-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 939 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": "nextjs-wordpress",
"version": "1.0.0",
"description": "💀 It's headless WordPress!",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gregrickaby/nextjs-wordpress.git"
},
"author": "Greg Rickaby <greg@gregrickaby.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregrickaby/nextjs-wordpress/issues"
},
"homepage": "https://github.com/gregrickaby/nextjs-wordpress#readme",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint && composer run lint",
"dev": "turbo run dev",
"setup": "./setup.sh"
},
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-custom": "*",
"prettier-config-custom": "*",
"prettier": "^2.7.1",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.2",
"turbo": "^1.5.5"
}
}