forked from JoeStone13/deved-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.52 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
78
79
80
81
82
83
84
{
"name": "@vonage/deved-platform",
"version": "2.8.4",
"description": "Vonage Learn: The Developer Education platform from Vonage",
"author": "@VonageDev <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "npm run lint:js",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:md": "remark .",
"release": "release-it",
"blog": "node bin/blog",
"opengraph": "node bin/opengraph",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@fontsource/roboto": "^4.5.0",
"@nuxt/content": "^1.14.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/feed": "^1.1.0",
"@nuxtjs/tailwindcss": "^3.4.3",
"@tailwindcss/typography": "^0.4.1",
"algoliasearch": "^4.10.5",
"ap-style-title-case": "^1.1.2",
"autoprefixer": "^10.3.5",
"defu": "^3.2.2",
"dotenv": "^10.0.0",
"front-matter": "^4.0.2",
"globby": "^11.0.4",
"image-downloader": "^4.0.3",
"instantsearch.css": "^7.4.5",
"jsonwebtoken": "^8.5.1",
"netlify-plugin-algolia-export": "^1.0.2",
"netlify-plugin-opensearch": "^1.0.4",
"nuxt": "^2.15.8",
"nuxt-clipboard2": "^0.2.1",
"nuxt-i18n": "^6.28.1",
"postcss": "^8.3.7",
"prism-themes": "^1.9.0",
"prismjs": "^1.25.0",
"reading-time": "^1.5.0",
"showdown": "^1.9.1",
"slugify": "^1.6.0",
"tailwindcss": "^2.2.15",
"vue-fragment": "^1.5.2",
"vue-instantsearch": "^3.8.1",
"vue-moment": "^4.1.0",
"vue-simple-icons": "^3.10.0",
"vue-social-sharing": "^3.0.8"
},
"keywords": [],
"devDependencies": {
"@nuxtjs/eslint-config": "^4.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@release-it/conventional-changelog": "3.3.0",
"babel-eslint": "^10.1.0",
"cli-progress": "^3.9.1",
"consola": "^2.15.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"html-entities": "^1.4.0",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "^1.4.0",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"open-graph-scraper": "^4.9.2",
"prettier": "^2.4.1",
"release-it": "^14.11.6",
"remark-cli": "^9.0.0",
"remark-frontmatter": "^3.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"wpapi": "^1.2.2",
"yaml": "^1.10.2"
}
}