-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 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
38
39
40
41
{
"private": true,
"scripts": {
"clean": "turbo run clean && rm -rf .turbo node_modules .turbo-cookie",
"build": "turbo run build",
"start": "turbo run start --cache=local:r,remote:r --continue",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\"",
"lint": "turbo run lint stylelint",
"typecheck": "turbo run typecheck",
"changeset": "changeset",
"release": "turbo run build && changeset publish",
"version": "changeset version",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"eslint": "^8.57.1",
"eslint-config-custom": "*",
"husky": "^9.1.4",
"lint-staged": "^15.2.10",
"lint-staged-config": "*",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-custom": "*",
"tsconfig": "*",
"turbo": "^2.4.4"
},
"resolutions": {
"string-width": "4.2.3"
},
"packageManager": "yarn@1.22.19",
"workspaces": [
"apps/*",
"packages/*"
],
"license": "MIT",
"dependencies": {},
"version": "0.0.0",
"name": "component-library"
}