forked from mdbootstrap/mdb-react-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.32 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
64
65
66
67
68
69
70
71
72
73
{
"name": "mdbreact",
"version": "4.7.1",
"author": "MDBootstrap",
"repository": "https://git.mdbootstrap.com/mdb/react/re-pro",
"main": "dist/mdbreact.js",
"license": "MIT",
"files": [
"dist/*"
],
"dependencies": {
"@material-ui/core": "^1.4.2",
"bootstrap": "4.1.3",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"glamor": "^2.20.40",
"material-ui-pickers": "^1.0.0-rc.12",
"moment": "^2.22.2",
"outy": "^0.1.2",
"perfect-scrollbar": "^1.3.0",
"raf": "^3.4.0",
"react": "^16.4.1",
"react-autosuggest": "^9.3.4",
"react-bootstrap-table-next": "^0.1.14",
"react-dom": "^16.4.1",
"react-motion-ui-pack": "^0.10.3",
"react-numeric-input": "^2.2.3",
"react-popper": "^0.7.5",
"react-router-dom": "^4.2.0",
"react-toastify": "^3.2.2",
"react-transition-group": "^1.2.1"
},
"scripts": {
"build": "webpack",
"sass-compile": "node-sass dist/scss -o dist/css",
"webpack": "webpack-dev-server --config ./webpack.dev.config.js --watch --open",
"start": "yarn run sass-compile && concurrently --kill-others \"yarn run sass-compile --watch\" \"yarn run webpack\"",
"test": "eslint **/*.js"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-app": "^0.2.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"chart.js": "^2.7.2",
"concurrently": "^3.5.1",
"css-loader": "^0.28.9",
"eslint": "^4.15.0",
"eslint-plugin-react": "^7.5.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jshint": "^2.9.5",
"node-sass": "^4.9.2",
"react-chartjs-2": "^2.7.0",
"react-image-lightbox": "^4.6.0",
"react-scripts": "^1.1.4",
"salad-ui.chart": "^1.1.55",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}