forked from noracast/podcastfreaks.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "podcastfreaks.com",
"version": "2.0.0",
"description": "Podcast Freaks - Japanese techie podcast archive",
"author": "Naokazu Terada",
"private": true,
"scripts": {
"ncu": "npx npm-check-updates",
"start": "nuxt",
"prebuild": "babel-node prebuild.js",
"prebuild:no-twitter": "babel-node prebuild.js --no-twitter",
"build": "nuxt generate --spa",
"build:skip": "nuxt generate --spa",
"deploy": "netlify deploy --dir=dist --prod",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"config": {
"nuxt": {
"host": "0.0.0.0"
}
},
"dependencies": {
"ajv": "^6.10.2",
"cal-heatmap": "^3.6.2",
"consola": "^2.11.0",
"d3": "^5.14.2",
"file-saver": "^2.0.2",
"moment": "^2.24.0",
"nuxt": "^2.10.2",
"opml-generator": "^1.1.1",
"shelljs": "^0.8.5",
"vue-clipboard2": "^0.3.1",
"vue-highlightjs": "^1.3.3",
"vue-responsive-components": "^0.2.3",
"vue-tables-2": "^1.5.46",
"vuex": "^3.1.2",
"webpack-node-externals": "^1.7.2",
"wget-improved": "^3.0.2",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"babel-eslint": "^10.0.3",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"date-utils": "^1.2.21",
"dotenv": "^8.2.0",
"eslint": "^6.7.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^6.0.1",
"file-extension": "^4.0.5",
"lodash": "^4.17.19",
"netlify-cli": "^2.21.0",
"node-cleanup": "^2.1.2",
"node-sass": "^4.13.0",
"node-wget-promise": "^0.1.6",
"path": "^0.12.7",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.0",
"serialize-error": "^5.0.0",
"sharp": "^0.23.3",
"sleep": "^6.1.0",
"twitter": "^1.7.1",
"twitter-followers-count": "^1.0.6",
"vue-loader": "^15.7.2",
"webpack": "^4.41.2"
}
}