-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "vuepress-theme-default-rtl",
"version": "1.0.2",
"description": "RTL version for VuePress default theme v1.4.0",
"keywords": [
"vue",
"vuepress",
"theme",
"vuepress-theme",
"rtl",
"right to left",
"persian",
"arabic"
],
"homepage": "https://github.com/alizadeh118/vuepress-theme-default-rtl.git#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alizadeh118/vuepress-theme-default-rtl.git"
},
"license": "MIT",
"author": {
"name": "Hassan Alizadeh",
"url": "https://alizadeh118.ir/",
"email": "[email protected]"
},
"main": "index.js",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.4.0",
"@vuepress/plugin-nprogress": "^1.4.0",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.15",
"moment-jalaali": "^0.9.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.3"
},
"peerDependencies": {
"vuepress": "^1.4.0"
}
}