forked from OpenRailAssociation/osrd-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 770 Bytes
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
{
"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",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "clean-install"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"hugo-bin-extended": "^0.145.0",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0"
}
}