forked from EverybodyKurts/Feliz.Plotly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.29 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "feliz-plotly",
"version": "2.1.0",
"description": "Fable bindings written in the Feliz-style for plotly.js",
"homepage": "https://github.com/EverybodyKurts/Feliz.Plotly",
"bugs": {
"url": "https://github.com/EverybodyKurts/Feliz.Plotly/issues/new/choose"
},
"license": "MIT",
"author": "Cody Johnson, Kurt Mueller",
"repository": {
"type": "git",
"url": "https://github.com/EverybodyKurts/Feliz.Plotly"
},
"scripts": {
"build": "dotnet tool restore && dotnet fable ./docs --run vite build",
"compile-demo-raw": "npx fable-splitter",
"generate": "dotnet run --project ./src/Feliz.Generator.Plotly",
"publish-docs": "yarn build && gh-pages -d dist",
"start": "dotnet tool restore && dotnet fable watch ./docs --runFast vite",
"dotnet-pack": "dotnet pack src/Feliz.Plotly/ -o ."
},
"dependencies": {
"@types/react": "^18.2.55",
"plotly.js": "^2.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-markdown": "8.0.7",
"react-plotly.js": "^2.6.0",
"source-map-support": "^0.5.21",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"gh-pages": "^6.1.1",
"sass": "^1.69.7",
"vite": "^5.1.3"
},
"private": true
}