-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
48
49
50
{
"name": "feliz.-recoil",
"version": "0.19.2",
"description": "Fable bindings in Feliz style for Facebook's experimental state management library recoil.",
"homepage": "https://github.com/Shmew/Feliz.Recoil",
"bugs": {
"url": "https://github.com/Shmew/Feliz.Recoil/issues/new/choose"
},
"license": "MIT",
"author": "Cody Johnson",
"repository": {
"type": "git",
"url": "https://github.com/Shmew/Feliz.Recoil"
},
"scripts": {
"build": "webpack -p",
"compile-demo-raw": "fable-splitter",
"publish-docs": "yarn build && node publish.js",
"start": "webpack-dev-server"
},
"dependencies": {
"react": "^16",
"react-dom": "^16",
"react-highlight": "^0",
"react-markdown": "^4",
"recoil": "^0",
"source-map-support": "^0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@pmmmwh/react-refresh-webpack-plugin": "^0",
"babel-loader": "^8",
"core-js": "^3",
"fable-compiler": "^2",
"fable-loader": "^2",
"fable-splitter": "^2",
"file-loader": "^4",
"gh-pages": "^2",
"html-webpack-plugin": "^3",
"mkdirp": "^0",
"react-refresh": "^0",
"remotedev": "^0",
"resolve-url-loader": "^3",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"private": true
}