-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.76 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "rootwork.org",
"version": "1.0.0",
"description": "https://rootwork.org",
"main": "README.md",
"scripts": {
"i": "./scripts/image_optimize.sh",
"n": "./scripts/new_blog_post.sh --hugo-dir='./hugo' --editor='subl' -o -a",
"gn": "./scripts/new_blog_post.sh -g --hugo-dir='./hugo' -a",
"p": "hugo --source ./hugo --gc",
"s": "./scripts/server_start.sh",
"ws": "hugo server -D -F --disableFastRender --source ./hugo --baseUrl http://localhost/",
"gs": "cd /workspace/rootwork.org/hugo && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 && cd /workspace/rootwork.org",
"start": "npm run s",
"prod": "npm run p",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier -w .",
"modup": "hugo mod get -u ./...",
"prepare": "husky install && chmod ug+x .husky/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rootwork/rootwork.org.git"
},
"author": "Ivan Boothe",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rootwork/rootwork.org/issues"
},
"homepage": "https://github.com/rootwork/rootwork.org#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9",
"@babel/cli": "^7.17.10",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^8.0.1",
"prettier": "^2.5.1",
"prettier-plugin-go-template": "^0.0.13",
"pretty-quick": "^3.1.3"
}
}