forked from elmish/elmish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 876 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
{
"name": "hmr",
"private": true,
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"docs:watch": "nacara watch",
"docs:build": "nacara build",
"docs:publish": "nacara build && gh-pages -d docs_deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elmish/hmr.git"
},
"devDependencies": {
"@babel/preset-react": "^7.16.0",
"bulma": "^0.9.3",
"gatsby-remark-vscode": "^3.3.1",
"nacara-layout-standard": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unified": "^10.1.1",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight"
},
"dependencies": {
"nacara": "^1.8.0",
"remark-parse": "^10.0.1"
}
}