-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
42
43
44
45
46
47
48
{
"private": true,
"name": "@material-solid/monorepo",
"repository": "https://github.com/deminearchiver/material-solid",
"homepage": "https://material-solid.pages.dev",
"author": {
"name": "deminearchiver",
"url": "https://github.com/deminearchiver"
},
"license": "MIT",
"type": "module",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
":": "yarn workspace",
":config": "yarn : @material-solid/config",
":docs": "yarn : @material-solid/docs",
":components": "yarn : @material-solid/components",
":vanilla-extract": "yarn : @material-solid/vanilla-extract",
":utils": "yarn : @material-solid/utils",
":scripts": "yarn : @material-solid/scripts",
":create": "yarn : create-material-solid",
"docs:dev": "turbo dev --filter=@material-solid/docs...",
"docs:build": "turbo build --filter=@material-solid/docs",
"packages:build": "turbo build --filter=\"./packages/*\"",
"build": "turbo build",
"preview": "turbo preview --filter=@material-solid/docs",
"test": "turbo test",
"test:watch": "turbo test:watch"
},
"devDependencies": {
"@material-solid/config": "workspace:^",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-v8": "^2.1.2",
"playwright": "^1.48.0",
"rimraf": "^6.0.1",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"vitest": "^2.1.2",
"webdriverio": "^9.1.4"
},
"dependencies": {
"@changesets/cli": "^2.27.9"
}
}