-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·93 lines (93 loc) · 2.97 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Best-before",
"version": "0.1.1",
"homepage": "http://themes.potenzaglobalsolutions.com/html/webmin-react-js-admin-dashboard-template/light",
"private": true,
"dependencies": {
"@material-ui/core": "^3.8.1",
"@tinymce/tinymce-react": "^2.2.5",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"copy-webpack-plugin": "^4.5.2",
"firebase": "^5.3.0",
"font-awesome": "^4.7.0",
"jquery-steps": "^1.1.0",
"jquery-ui": "^1.12.1",
"mui": "0.0.1",
"muicss": "^0.9.39",
"react": "^16.4.1",
"react-accessible-accordion": "^2.4.3",
"react-big-calendar": "^0.20.2",
"react-bootstrap": "^0.32.1",
"react-bootstrap-table": "^4.3.1",
"react-chartjs": "^1.2.0",
"react-chartjs-2": "^2.7.4",
"react-collapsible": "^2.2.0",
"react-color": "^2.14.1",
"react-datepicker": "^2.0.0",
"react-devtools": "^3.2.3",
"react-dom": "^16.4.1",
"react-fontawesome": "^1.6.1",
"react-icons": "^3.2.2",
"react-modal": "^3.5.1",
"react-native-typography": "^1.3.0",
"react-rating": "^1.3.0",
"react-redux": "^6.0.0",
"react-responsive-accordion": "^1.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-scroll-horizontal": "^1.5.0",
"react-scrollbar": "^0.5.4",
"react-simple-maps": "^0.12.1",
"react-switch": "^3.0.4",
"react-typography": "^0.16.13",
"redux-form": "^8.1.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --inline --open --public",
"clean": "rimraf dist/",
"build": "npm run clean && webpack --config webpack.prod.js --progress --profile --bail",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.0",
"empty-module": "0.0.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"less-loader": "^4.1.0",
"moment": "^2.22.2",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^3.0.0",
"rcolor": "^1.0.1",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-to-print": "^2.0.0-alpha-6",
"react-validation": "^3.0.7",
"reactstrap": "^7.0.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.0.1",
"validator": "^10.4.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.4"
}
}