-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1002 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
36
37
38
39
40
{
"name": "@anglesharp/website",
"version": "1.2.0",
"description": "The official website of the AngleSharp project.",
"author": "Florian Rappl",
"license": "MIT",
"private": true,
"homepage": "https://anglesharp.github.io",
"scripts": {
"start": "pidoc watch",
"build:www": "pidoc build",
"build:sdk": "pidoc sdk",
"deploy": "gh-pages -d dist/release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngleSharp/anglesharp.github.io.git"
},
"keywords": [
"anglesharp",
"documentation",
"website",
"piral"
],
"bugs": {
"url": "https://github.com/AngleSharp/anglesharp.github.io/issues"
},
"dependencies": {},
"devDependencies": {
"pidoc": "^0.13.4",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"gh-pages": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
}
}