-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 Bytes
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
{
"name": "materialize-docs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@material/material-color-utilities": "^0.2.7",
"@materializecss/materialize": "workspace:*",
"glob": "^10.4.5",
"highlight.js": "^11.11.1",
"material-icons": "^1.13.14",
"vite-plugin-handlebars": "^1.6.0"
},
"devDependencies": {
"compare-versions": "^6.1.1",
"sass": "^1.89.1",
"typescript": "^5.8.3",
"vite": "^4.5.14"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}