forked from alirezanet/Gridify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 722 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "gridify",
"version": "1.0.1",
"description": "Gridify documentation",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "AliReZa Sabouri",
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-beta.29",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.29",
"@vuepress/plugin-register-components": "^2.0.0-beta.29",
"@vuepress/plugin-search": "^2.0.0-beta.29",
"highlight.js": ">=10.4.1",
"vuepress-vite": "^2.0.0-beta.29"
},
"repository": "https://github.com/alirezanet/Gridify.git",
"dependencies": {
"markdown-it-include": "^2.0.0"
}
}