-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.61 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "engineering-multividas.com",
"type": "module",
"version": "1.0.2",
"license": "MIT",
"description": "With engineering.multividas.com, you can write and publish technical articles.",
"keywords": [
"multividas",
"multividas engineering"
],
"authors": [
{
"name": "Soulaimane Yahya",
"url": "https://github.com/soulaimaneyahya"
},
{
"name": "ChaimaeChr",
"url": "https://github.com/CXaymae"
},
{
"name": "Tajeddine Bourhim",
"url": "https://github.com/scorpiontaj"
}
],
"scripts": {
"dev": "vitepress --open",
"serve": "vitepress serve",
"build-only": "vitepress build",
"generate-sitemap": "node src/generateSitemap.js",
"build": "run-s build-only generate-sitemap"
},
"dependencies": {
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^13.0.7",
"@types/node": "^22.10.5",
"axios": "^1.4.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"npm-run-all": "^4.1.5",
"sitemap": "^7.0.0",
"tailwindcss": "^3.4.1",
"vitepress": "^1.0.0-rc.41",
"vue": "^3.4.15"
},
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "5.0.0-beta.1"
}
},
"bugs": {
"url": "https://github.com/multividas/engineering-multividas/issues"
},
"homepage": "https://github.com/multividas/engineering-multividas",
"repository": {
"type": "git",
"url": "git+https://github.com/multividas/engineering-multividas.git"
},
"engines": {
"nvm": "22",
"node": "^22.13.0"
}
}