forked from lorisleiva/blog-2019-vuepress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
34
35
36
{
"name": "blog",
"author": "Loris Leiva",
"description": "Personal website and blog",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lorisleiva/blog.git"
},
"keywords": [
"laravel",
"vuejs",
"vuepress",
"php",
"blog"
],
"scripts": {
"watch": "npm run dev",
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"@vue/babel-preset-app": "^4.4.6",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.5.2",
"autoprefixer": "^9.8.5",
"moment": "^2.27.0",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^1.4.6",
"tailwindcss-plugins": "^0.3.0",
"vuepress": "^1.5.2",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-seo": "^0.1.4"
}
}