-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 914 Bytes
/
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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules",
"build:tokens": "style-dictionary build --config=./packages/tokens/config.json",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=docs^... && changeset publish"
},
"devDependencies": {
"@awesome.me/kit-a2bfc4dc7b": "^1.0.5",
"@changesets/cli": "^2.27.1",
"chromatic": "^11.20.2",
"prettier": "^3.2.5",
"style-dictionary": "^4.3.0",
"turbo": "^2.3.3"
},
"name": "murrieta-design-system",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@fontsource/bebas-neue": "^5.1.0",
"@fontsource/inter": "^5.1.0"
}
}