-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "input-component",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --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:",
"sass": "catalog:",
"typescript": "catalog:",
"vite": "catalog:"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}