-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 943 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
33
34
35
36
37
38
{
"name": "yal",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"package/*",
"yal-app/*"
],
"nohoist": [
"@tailwindcss/forms",
"@tailwindcss/forms/**",
"@tailwindcss/aspect-ratio",
"@tailwindcss/forms",
"@tailwindcss/line-clamp",
"@tailwindcss/typography"
]
},
"scripts": {
"dev": "yarn workspace @apps/yal tauri:dev",
"symlink:dotfiles": "ln -s ~/.yal ",
"install:yal": "yarn workspace @apps/yal run prod:install",
"install:all": "yarn workspace @apps/yal run prod:install && yarn install:themes",
"install:themes": "yarn workspace @package/themes run install:themes"
},
"devDependencies": {
"eslint-config-custom": "latest",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "[email protected]"
}