Skip to content

Commit 8d44e78

Browse files
authored
📝 Add tutorial: Custom Python dependencies in C-PAC containers (#123)
2 parents a522416 + c0d6399 commit 8d44e78

File tree

15 files changed

+1952
-802
lines changed

15 files changed

+1952
-802
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"@eslint/eslintrc": "^3.3.1",
77
"@eslint/js": "^9.28.0",
88
"@tsconfig/recommended": "^1.0.8",
9+
"@types/js-yaml": "^4",
10+
"@types/prismjs": "^1",
911
"@typescript-eslint/eslint-plugin": "^8.33.0",
1012
"@typescript-eslint/parser": "^8.33.0",
1113
"@yarnpkg/pnpify": "^4.1.4",
@@ -41,5 +43,9 @@
4143
"lint": "eslint",
4244
"serve": "vite preview",
4345
"watch": "chokidar 'src/**/*' -c 'yarn copy-and-build'"
46+
},
47+
"dependencies": {
48+
"js-yaml": "^4.1.0",
49+
"prismjs": "^1.30.0"
4450
}
4551
}

0 commit comments

Comments
 (0)