-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 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
31
32
{
"name": "team-bookmarks",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"copy-pre-commit": "node scripts/copyPreCommit",
"lint": "eslint . --ext .js --ext .vue"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"async-lz-string": "^1.1.0",
"feather-icons": "^4.29.0",
"github-corner-element": "^1.0.1",
"pinia": "^2.0.28",
"roboto-fontface": "^0.10.0",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-feather": "^2.0.0",
"vuetify": "^3.2.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0",
"vite": "^4.3.5",
"vite-plugin-vuetify": "^1.0.1"
}
}