forked from mendix/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 885 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
33
34
{
"name": "mxdocumentation",
"version": "2.0.0",
"description": "Node files needed by Docsy",
"main": "index.js",
"scripts": {
"start": "hugo server --environment development",
"build": "hugo server --environment development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mendix/docs.git"
},
"author": {
"name": "Mendix B.V.",
"email": "[email protected]",
"url": "https://docs.mendix.com/community/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mendix/docs/issues"
},
"homepage": "https://github.com/mendix/docs#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"docsy": "github:google/docsy#semver:0.6.0",
"hugo-extended": "^0.109.0",
"postcss": "^8.4.31",
"postcss-cli": "^8.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1"
}
}