forked from mendix/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 912 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
35
{
"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.17",
"docsy": "github:google/docsy#semver:0.9.0",
"hugo-extended": "^0.121.2",
"postcss": "^8.4.35",
"postcss-cli": "^8.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.2.3"
}
}