-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·37 lines (37 loc) · 1.13 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
{
"name": "RoboticsRoadmap",
"version": "0.0.1",
"description": "Robotics Roadmap to help to get started in the Robotics field",
"main": "index.js",
"authors": {
"name": "Daniil Burakov",
"email": "sarrasorwork@gmail.com"
},
"repository": "https://github.com/Sarrasor/RoboticsRoadmap/",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"spell-check": "yaspeller .",
"internal-link-check": "vuepress check-md src",
"external-link-check": "link-checker src/.vuepress/dist --external-only --http-redirects 3"
},
"license": "CC-BY-SA-4.0",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-google-analytics": "^1.8.0",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"babel-loader": "^8.2.2",
"link-checker": "^1.4.1",
"vue-mindmap": "^0.0.4",
"vuepress": "^1.5.3",
"vuepress-plugin-check-md": "^0.0.2",
"webpack": "^5.11.0",
"yaspeller": "^7.0.0"
},
"dependencies": {
"prism-themes": "^1.5.0",
"vuepress-plugin-container": "^2.1.5"
}
}