-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1.29 KB
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.29 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
36
37
{
"scripts": {
"build": "turbo build --log-order=grouped",
"dev": "turbo dev --cache=local:,remote: --continue",
"test": "turbo test",
"test:watch": "turbo test:watch",
"test:e2e": "turbo test:e2e --filter=solidjs-boilerplate",
"test:e2e:report": "turbo test:e2e:report --filter=solidjs-boilerplate",
"coverage": "turbo coverage",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"lint:css": "turbo lint:css",
"type-check": "turbo type-check",
"type-check:watch": "turbo type-check:watch",
"clean": "turbo clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo build --filter=solidjs-boilerplate^... && changeset publish",
"prepare": "husky install"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "^3.6.2",
"secretlint": "^11.2.5",
"turbo": "^2.6.1"
},
"packageManager": "pnpm@10.25.0",
"name": "solid-hiding-header"
}