-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 732 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "html2feliz",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "dotnet fable watch src --run vite dev",
"build": "dotnet fable src --run vite build",
"preview": "dotnet fable src --run vite build && vite preview",
"deploy": "dotnet fable src --run vite build --base=/Html2Feliz/ && gh-pages --dist dist",
"browse": "start https://thisfunctionaltom.github.io/Html2Feliz/"
},
"devDependencies": {
"vite": "^2.9.9",
"gh-pages": "^4.0.0",
"sass": "^1.52.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"bulma": "0.9.4",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}