-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "fractl-mono",
"description": "",
"private": true,
"author": "sameoldlab",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky install",
"build": "pnpm -F='./packages/*' --parallel build",
"check": "pnpm -r --no-bail --parallel check",
"dev:site": "pnpm -F site dev",
"dev:pkg": "pnpm -F='./packages/*' --parallel dev",
"build:site": "pnpm -F site build",
"ci:publish": "pnpm build && pnpm publish -r --access=public"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"keywords": [],
"license": "MIT",
"homepage": "https://fractl.click/",
"repository": {
"type": "git",
"url": "git+https://github.com/sameoldlab/fractl-ui.git"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
}
}