forked from Laravel-Lang/lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 932 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": "List of 78 languages for Laravel Framework 4-9, Jetstream, Fortify, Breeze, Cashier, Nova, Spark and UI.",
"author": "Laravel Lang Team",
"license": "MIT",
"homepage": "https://github.com/Laravel-Lang/lang#readme",
"bugs": {
"url": "https://github.com/Laravel-Lang/lang/issues"
},
"scripts": {
"dev": "vuepress dev docs --debug",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Laravel-Lang/lang.git"
},
"keywords": [
"docs"
],
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.50",
"@vuepress/plugin-theme-data": "^2.0.0-beta.50",
"@vueuse/core": "^7.5.5",
"dotenv": "^15.0.0",
"vuepress": "^2.0.0-beta.50"
},
"engines": {
"node": ">=16.16"
}
}