-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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": "docs",
"version": "1.0.0",
"description": "Easily connect the necessary language packs to the application",
"author": {
"name": "Andrey Helldar",
"email": "helldar@dragon-code.pro",
"url": "https://dragon-code.pro"
},
"license": "MIT",
"homepage": "https://laravel-lang.com",
"bugs": {
"url": "https://github.com/Laravel-Lang/common/issues"
},
"scripts": {
"dev": "vuepress dev docs --debug",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Laravel-Lang/common.git"
},
"keywords": [
"docs"
],
"devDependencies": {
"@vuepress/plugin-container": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/plugin-prismjs": "^2.0.0-rc.0",
"dotenv": "^16.3.1",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-copy-code2": "^2.0.0-rc.0",
"vuepress-plugin-github-linkify": "^1.3.1"
},
"engines": {
"node": ">=20.9"
}
}