-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"name": "material-blade-assets",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "prettier --debug-check .",
"lint:fix": "prettier --write .",
"check:update": "ncu",
"update": "ncu -u -t patch && npm update",
"update:minor": "ncu -u -t minor && npm update",
"update:major": "ncu -u && npm update"
},
"devDependencies": {
"@fontsource/material-icons": "^5.1.0",
"@fontsource/material-icons-outlined": "^5.1.0",
"@fontsource/material-icons-round": "^5.1.0",
"@fontsource/material-icons-sharp": "^5.1.0",
"@fontsource/material-icons-two-tone": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@shufo/prettier-plugin-blade": "^1.14.1",
"material-components-web": "^14.0.0",
"npm-check-updates": "^17.1.11",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}