-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
{
"name": "ahmednagi.com",
"author": "Ahmed Nagi",
"description": "Personal website and blog",
"version": "1.4.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nagi1/ahmednagi.com.git"
},
"keywords": [
"laravel",
"vuejs",
"vuepress",
"php",
"blog"
],
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build",
"check-md": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress check-md"
},
"devDependencies": {
"@vue/babel-preset-app": "^4.5.11",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-google-analytics": "^1.8.0",
"@vuepress/plugin-pwa": "^1.8.0",
"autoprefixer": "^9.8.6",
"image-minimizer-webpack-plugin": "1.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"imagemin-webp": "^6.0.0",
"imagemin-webp-webpack-plugin": "^3.3.3",
"img-optimize-loader": "^1.0.7",
"moment": "^2.24.0",
"multi-loader": "^0.1.0",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-import": "^12",
"postcss-loader": "^6.2.1",
"svg-inline-loader": "^0.8.0",
"svg-url-loader": "^7.1.1",
"tailwindcss": "^3.0.23",
"tailwindcss-dir": "^4.0.0",
"tailwindcss-plugins": "^0.3.0",
"vuepress": "^1.8.0",
"vuepress-plugin-canonical-with-pagination": "^0.2.0",
"vuepress-plugin-check-md": "^0.0.2",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-facebook-pixel": "^1.0.0",
"vuepress-plugin-google-gtag": "^1.0.1",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-rss-feed": "^1.0.1",
"vuepress-plugin-seo": "0.1.4",
"webp-loader": "^0.6.0",
"webpack": "^4",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@ashwamegh/vue-link-preview": "^0.2.5",
"@vuepress/plugin-last-updated": "^1.9.7",
"@yubisaki/vuepress-plugin-pagination": "^0.1.9",
"vue-cookies": "^1.7.0",
"vue-i18n": "^8.24.3",
"vue-router": "~3.1.3",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-robots": "^1.0.1"
}
}