forked from fable-compiler/repl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.56 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
{
"private": true,
"scripts": {
"build-lib": "dotnet fable src/Fable.Repl.Lib -o public/js/repl/fable-repl-lib --rootModule false --fableLib public/js/repl/fable-library",
"build": "dotnet fable src/App --run webpack",
"start": "dotnet fable watch src/App --run webpack-dev-server",
"deploy": "gh-pages -d deploy"
},
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.13.1",
"@types/lz-string": "^1.3.34",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"bulma": "^0.9.0",
"bulma-pageloader": "^2.2.0",
"bulma-switch": "^2.0.0",
"bulma-tooltip": "^3.0.2",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"fable-metadata": "^2.0.0",
"fable-standalone": "^3.2.11",
"file-loader": "^6.0.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.3.0",
"lz-string": "^1.4.4",
"mini-css-extract-plugin": "^0.9.0",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-monaco-editor": "^0.36.0",
"react-resize-detector": "^5.0.6",
"remotedev": "^0.2.9",
"sass": "^1.26.9",
"sass-loader": "^9.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4",
"worker-loader": "^2.0.0"
}
}