-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 906 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 906 Bytes
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
{
"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",
"gh-pages": "^5.0.0",
"nacara-layout-standard": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"unified": "^10.1.1",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight"
},
"dependencies": {
"nacara": "^1.6.1",
"remark-parse": "^10.0.1"
}
}