forked from thoth-org/Thoth.Json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 895 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
{
"private": true,
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"postinstall": "dotnet tool restore"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"bulma": "^0.9.3",
"chalk": "^5.0.0",
"changelog-parser": "^2.8.0",
"concurrently": "^7.0.0",
"fable-font": "^1.0.1",
"gatsby-remark-vscode": "^3.3.0",
"gh-pages": "^3.2.3",
"mocha": "^9.1.3",
"nacara": "^1.5.1",
"nacara-layout-standard": "^1.6.0",
"nodemon": "^2.0.15",
"remark-github": "^11.2.2",
"shelljs": "^0.8.5",
"unified": "^10.1.1",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight",
"yargs": "^17.3.1"
}
}