-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
40
41
42
{
"name": "mnemonic-ninja",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"watch": "vite build --mode=dev --watch",
"lint": "eslint . --fix",
"format": "prettier . --write --ignore-path .gitignore"
},
"dependencies": {
"@iconify-json/material-symbols": "1.2.12",
"@iconify-json/mdi": "1.2.2",
"@iconify-json/simple-icons": "1.2.16",
"@vitejs/plugin-vue": "5.2.1",
"autoprefixer": "10.4.20",
"plausible-tracker": "0.3.9",
"sass-embedded": "1.83.0",
"unplugin-icons": "0.22.0",
"vite": "6.0.5",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-vuetify": "2.0.4",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vuetify": "3.7.6"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@trivago/prettier-plugin-sort-imports": "5.2.0",
"@vue/eslint-config-prettier": "10.1.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.32.0",
"eslint-plugin-vuetify": "2.5.1",
"prettier": "3.4.2",
"vue-eslint-parser": "9.4.3"
}
}