forked from citizenfx/fivem-docs
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
15 lines (15 loc) · 430 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 430 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"private": true,
"name": "fivem-docs",
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss-cli": "^11.0.1"
},
"scripts": {
"build": "hugo build --ignoreCache",
"serve": "hugo serve --buildDrafts",
"prepare:submodules": "git submodule update --init --recursive",
"prepare:docsy": "cd themes/docsy && npm install",
"prepare": "npm run prepare:submodules && npm run prepare:docsy"
}
}