-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
32 lines (32 loc) · 951 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": "osrd-website",
"version": "0.2.0",
"description": "OSRD documentation website.",
"homepage": "https://osrd.fr/fr/developers/contribute/",
"repository": {
"type": "git",
"url": "git+https://github.com/osrd-project/osrd-website.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/osrd-project/osrd-website/issues"
},
"scripts": {
"build": "hugo --gc --cleanDestinationDir --minify",
"build:preview": "hugo --buildDrafts --buildFuture",
"start": "hugo server",
"spellcheck": "cspell -c cspell/cspell.json",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "clean-install"
},
"devDependencies": {
"@cspell/dict-fr-fr": "^2.2.5",
"@cspell/dict-rust": "^4.0.11",
"@cspell/dict-sql": "^2.2.0",
"autoprefixer": "^10.4.17",
"cspell": "^8.17.2",
"hugo-bin-extended": "^0.121.2",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0"
}
}