-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.18 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
42
43
44
45
46
47
{
"name": "feliz.-plotly",
"version": "2.1.0",
"description": "Fable bindings written in the Feliz-style for plotly.js",
"homepage": "https://github.com/Shmew/Feliz.Plotly",
"bugs": {
"url": "https://github.com/Shmew/Feliz.Plotly/issues/new/choose"
},
"license": "MIT",
"author": "Cody Johnson",
"repository": {
"type": "git",
"url": "https://github.com/Shmew/Feliz.Plotly"
},
"scripts": {
"build": "webpack -p",
"compile-demo-raw": "fable-splitter",
"publish-docs": "yarn build && node publish.js",
"start": "webpack-dev-server"
},
"dependencies": {
"plotly.js": "^1",
"react": "^16",
"react-dom": "^16",
"react-highlight": "^0",
"react-markdown": "^4",
"react-plotly.js": "^2",
"source-map-support": "^0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"babel-loader": "^8",
"core-js": "^3",
"fable-compiler": "^2",
"fable-loader": "^2",
"file-loader": "^4",
"gh-pages": "^2",
"html-webpack-plugin": "^3",
"remotedev": "^0",
"resolve-url-loader": "^3",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"private": true
}