-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 935 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
{
"name": "docs",
"version": "1.0.0",
"description": "Extended translations for Laravel Projects",
"author": "Laravel Lang Team",
"license": "MIT",
"homepage": "https://github.com/Laravel-Lang/translations-template#readme",
"bugs": {
"url": "https://github.com/Laravel-Lang/translations-template/issues"
},
"scripts": {
"dev": "vuepress dev docs --debug",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Laravel-Lang/translations-template.git"
},
"keywords": [
"docs"
],
"devDependencies": {
"@vuepress/plugin-container": "2.0.0-beta.60",
"@vuepress/plugin-docsearch": "2.0.0-beta.60",
"dotenv": "^15.0.0",
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-github-linkify": "^1.0.0"
},
"engines": {
"node": ">=18.14"
}
}