-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "python-for-java-developers",
"version": "1.0.1",
"description": "If you are a Java developer and want to get a quick glance at Python, this course is for you",
"scripts": {
"dev": "vite --open",
"build": "vite build",
"serve": "vite preview --open",
"embed": "embedme ./slides/content/*.md --source-root ./snippets/",
"embed-verify": "embedme --verify ./slides/content/*.md --source-root ./snippets/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blu3r4y/python-for-java-developers.git"
},
"keywords": [
"java",
"python",
"course"
],
"author": "Mario Kahlhofer",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/blu3r4y/python-for-java-developers/issues"
},
"homepage": "https://github.com/blu3r4y/python-for-java-developers#readme",
"devDependencies": {
"embedme": "github:blu3r4y/embedme#fix-language-extension-parser_dist",
"vite": "^3.2.3"
},
"dependencies": {
"highlight.js": "^11.6.0",
"reveal.js": "^4.4.0"
}
}