-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
32 lines (32 loc) · 1017 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": "Performing actions with saving the list of called files",
"author": "Andrey Helldar <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/TheDragonCode/laravel-actions",
"bugs": {
"url": "https://github.com/TheDragonCode/laravel-actions/issues"
},
"scripts": {
"dev": "vuepress dev docs --debug",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TheDragonCode/laravel-actions.git"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/plugin-prismjs": "^2.0.0-rc.43",
"@vuepress/plugin-shiki": "^2.0.0-rc.0",
"@vuepress/theme-default": "^2.0.0-rc.43",
"@vueuse/core": "^7.7.1",
"dotenv": "^16.4.5",
"sass-embedded": "^1.78.0",
"vuepress": "^2.0.0-rc.15"
},
"engines": {
"node": ">=22.8"
}
}