-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 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
27
28
29
30
{
"name": "markifyfrontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^8.0.1",
"acorn": "^8.16.0",
"acorn-walk": "^8.3.5",
"magic-string": "^0.30.21",
"rollup-plugin-visualizer": "^7.0.1",
"terser": "^5.46.1",
"vite": "^8.0.4",
"vite-plugin-pwa": "^1.3.0"
},
"dependencies": {
"@fontsource-variable/comfortaa": "^5.2.8",
"@fontsource-variable/montserrat": "^5.2.8",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/playfair-display": "^5.2.8",
"@fontsource-variable/playpen-sans": "^5.2.9",
"@fontsource-variable/source-code-pro": "^5.2.7",
"quill": "^2.0.2"
}
}