-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 923 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 923 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": "fable-compiler.github.io",
"private": true,
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"scripts": {
"clean": "nacara clean",
"build": "nacara",
"watch": "nacara watch",
"serve": "nacara serve",
"deploy": "npm run build && gh-pages -d docs_deploy -b master"
},
"dependencies": {
"bulma": "^0.9.4",
"dart-code": "github:Dart-Code/Dart-Code",
"gatsby-remark-vscode": "^3.3.1",
"nacara": "^1.6.1",
"nacara-layout-standard": "^1.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.55.0",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"gh-pages": "^5.0.0",
"remark-gfm": "^3.0.1",
"shx": "^0.3.4"
}
}