-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 KB
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
{
"name": "react-webpack-babel",
"version": "1.0.0",
"description": "This is a tutorial to showcase the usage of React with webpack and Babel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel-node ./node_modules/webpack/bin/webpack",
"start": "babel-node ./node_modules/webpack-dev-server/bin/webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhivent/react-webpack-babel.git"
},
"keywords": [
"react",
"webpack",
"babel",
"materialdesign",
"tutorial"
],
"author": "Riventus",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhivent/react-webpack-babel/issues"
},
"homepage": "https://github.com/rhivent/react-webpack-babel#readme",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/node": "7.6.3",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"babel-loader": "8.0.6",
"css-loader": "3.2.0",
"file-loader": "4.2.0",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.12.0",
"path": "0.12.7",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"v": "0.3.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.8.2"
},
"dependencies": {
"@material-ui/core": "3.1.0",
"@material-ui/icons": "3.0.1",
"@types/googlemaps": "3.30.11",
"@types/markerclustererplus": "2.1.33",
"chartist": "0.10.1",
"classname": "0.0.0",
"perfect-scrollbar": "1.4.0",
"react": "16.10.2",
"react-chartist": "0.13.1",
"react-dom": "16.10.2",
"react-google-maps": "9.4.5",
"react-router-dom": "4.3.1",
"react-swipeable-views": "0.12.15"
}
}