-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 962 Bytes
/
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
{
"name": "fsharp.data.adaptive",
"version": "0.0.1",
"description": "FSharp.Data.Adaptive for Fable",
"private": true,
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fsprojects/FSharp.Data.Adaptive.git"
},
"author": "krauthaufen",
"license": "MIT",
"bugs": {
"url": "https://github.com/fsprojects/FSharp.Data.Adaptive/issues"
},
"homepage": "https://github.com/fsprojects/FSharp.Data.Adaptive#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"copy-webpack-plugin": "^6.0.2",
"fable-compiler": "^2.10.1",
"fable-loader": "2.1.8",
"fable-splitter": "^2.2.0",
"local-web-server": "^3.0.7",
"npx": "^10.2.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sorted-set-collections": "^1.0.0"
}
}