-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.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
{
"name": "rtl.wtf",
"version": "0.0.1",
"description": "A one-stop-shop for explanation about Right to Left languages online.",
"main": "index.js",
"authors": {
"name": "Moriel Schottlender",
"email": "[email protected]"
},
"repository": "https://github.com/mooeypoo/rtl.wtf",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"netlify:rtl": "SITE_DIR=rtl netlify dev",
"netlify:ltr": "SITE_DIR=ltr netlify dev",
"build:ltr": "SITE_DIR=ltr vuepress build src",
"build:rtl": "SITE_DIR=rtl vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@mdi/font": "^5.9.55",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/theme-default": "^1.8.2",
"deepmerge": "^4.2.2",
"postcss": ">=8.2.10",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"vuepress": "^1.5.3",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-social-share": "^1.0.0",
"vuepress-theme-default-rtl": "^1.0.1",
"vuetify": "^2.5.0"
},
"dependencies": {
"axios": "^0.21.1",
"vue-tweet-embed": "^2.4.0"
}
}