-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "MikChanのPlugins",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@octokit/rest": "^19.0.5",
"highlight.js": "^11.6.0",
"vite-plugin-vuetify": "1.0.0",
"vue": "^3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuetify": "3.0.0",
"workbox-build": "^6.5.4"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@mdi/js": "^7.0.96",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^3.2.0",
"isomorphic-fetch": "^3.0.0",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite-plugin-pwa": "^0.13.1",
"vue-tsc": "^1.0.9"
}
}