-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.46 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
{
"name": "@curarehab/root",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "github.com/owodunni/curarehab"
},
"scripts": {
"dev": "npm run dev --workspace=@curarehab/web",
"docker": "npm run docker --workspace=@curarehab/directus",
"build": "npm run build --workspaces --if-present",
"build:app": "npm run build --workspace=@curarehab/web",
"test": "npm run test --workspaces --if-present",
"fix": "run-p format:eslint format:prettier",
"format:prettier": "prettier --plugin-search-dir . --write .",
"format:eslint": "eslint . --fix --max-warnings 0",
"lint": "run-p lint:prettier lint:eslint",
"lint:prettier": "prettier --plugin-search-dir . --check .",
"unlighthouse:release": "unlighthouse-ci --site curarehab.se --debug --build-static --output-path .unlighthouse-release",
"unlighthouse:master": "unlighthouse-ci --site master.curarehab.pages.dev --debug --build-static",
"lint:eslint": "eslint . --max-warnings 0"
},
"author": "Alexander Poole",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@unlighthouse/cli": "^0.10.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"isomorphic-unfetch": "^4.0.2",
"npm-run-all": "4.1.5",
"prettier": "^2.8.8",
"puppeteer": "^21.0.2",
"tslib": "^2.4.1",
"typescript": "^5.0.4",
"vitest": "^0.34.1"
}
}