-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "button-component",
"private": true,
"version": "1.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/montserrat": "catalog:",
"@fontsource-variable/noto-sans-jp": "catalog:",
"@fontsource/montserrat": "catalog:",
"@fontsource/noto-sans-jp": "catalog:",
"@fontsource/poppins": "catalog:",
"@fontsource/ubuntu-mono": "catalog:",
"@hrc/material-icons": "catalog:",
"@hrc/toggle-theme": "catalog:",
"@lib/components": "workspace:*",
"@lib/sass-utils": "workspace:*",
"@material-design-icons/font": "catalog:",
"clsx": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@hrc/type-utils": "catalog:",
"@vitejs/plugin-react": "catalog:vite7",
"sass": "catalog:vite7",
"typescript": "catalog:vite7",
"vite": "catalog:vite7"
}
}