-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 574 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 574 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "custom-fonts",
"type": "module",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --sourcemap inline",
"preview": "vite preview",
"lint": "eslint --max-warnings 0 .",
"format": "eslint --fix .",
"check:svelte": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
}
}