-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 897 Bytes
/
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
{
"name": "podcast-website",
"version": "1.0.0",
"author": "terapyon <terada@cmscom.jp>",
"scripts": {
"build": "vuepress build src",
"dev": "vuepress dev src"
},
"main": "index.js",
"dependencies": {
"axios": "^0.21.2",
"moment": "^2.29.2",
"node-forge": "^1.3.0",
"vue-recaptcha-v3": "^2.0.0",
"vue-social-sharing": "^3.0.0-beta.11",
"vuetify": "^2.2.11"
},
"devDependencies": {
"@mdi/font": "^5.3.45",
"@vuepress/plugin-google-analytics": "^1.4.1",
"@vuepress/plugin-pwa": "^1.4.1",
"@vuepress/plugin-search": "^1.5.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "~2.0.5",
"vuepress": "^1.4.0",
"vuepress-plugin-aplayer": "^1.0.2",
"vuetify": "^2.3.0",
"vuetify-loader": "^1.3.0"
},
"license": "MIT",
"repository": "https://github.com/terapyon/podcast-website.git"
}