-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "feliz.-material-u-i.-material-table",
"version": "1.11.0",
"description": "Fable bindings written in the Feliz-style for material-table",
"homepage": "https://github.com/Shmew/Feliz.MaterialUI.MaterialTable",
"bugs": {
"url": "https://github.com/Shmew/Feliz.MaterialUI.MaterialTable/issues/new/choose"
},
"license": "MIT",
"author": "Cody Johnson",
"repository": {
"type": "git",
"url": "https://github.com/Shmew/Feliz.MaterialUI.MaterialTable"
},
"scripts": {
"build": "webpack -p",
"compile-demo-raw": "fable-splitter",
"publish-docs": "yarn build && node publish.js",
"start": "webpack-dev-server"
},
"dependencies": {
"@material-ui/core": "^4",
"@material-ui/icons": "^4",
"@material-ui/lab": "4.0.0-alpha.53",
"material-design-icons": "^3",
"material-table": "^1",
"mdi-material-ui": "6.11.0",
"prop-types": "^15",
"react": "^16",
"react-dom": "^16",
"react-highlight": "^0",
"react-markdown": "^4",
"source-map-support": "^0",
"sweetalert2": "^8",
"typeface-roboto": "^0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"babel-loader": "^8",
"core-js": "^3",
"css-loader": "^3",
"fable-compiler": "^2",
"fable-loader": "^2",
"fable-splitter": "^2.2.1",
"file-loader": "^4",
"gh-pages": "^2",
"html-webpack-plugin": "^3",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0",
"mkdirp": "^0",
"node-sass": "^4",
"remotedev": "^0",
"resolve-url-loader": "^3",
"sass": "^1",
"sass-loader": "^7",
"style-loader": "^1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"private": true
}