-
Notifications
You must be signed in to change notification settings - Fork 23
/
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": "webpack-react",
"version": "0.0.1",
"description": "A Webpack sample project, configured for ES6 React and SASS",
"main": "index.js",
"scripts": {
"start": "http-server ./dist -p 3000",
"build": "webpack -p --config production.config.js --bail",
"watch": "webpack-dev-server --hot --progress --colors"
},
"repository": {
"type": "git",
"url": "ssh://<user>@gerrit.cpqd.com.br:29418/iot/middleware/gui/devicemanager"
},
"keywords": [
"webpack",
"react",
"ecmascript6",
"react-hot-loader",
"sass"
],
"author": "",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.12.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.10.0",
"font-awesome": "^4.7.0",
"http-server": "^0.8.0",
"jquery": "^3.2.1",
"jsx-loader": "^0.13.2",
"materialize-css": "^0.100.1",
"node-libs-browser": "^0.5.0",
"node-sass": "^4.5.3",
"react": "^15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^1.3.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"ace-builds": "^1.2.6",
"alt": "^0.18.6",
"alt-container": "^1.0.2",
"babel-core": "^5.3.3",
"babel-loader": "^5.0.0",
"chart.js": "^2.6.0",
"jquery-ui-dist": "^1.12.1",
"leaflet": "^1.0.3",
"materialize-css": "^0.100.1",
"node-sass": "^4.5.3",
"react-breadcrumbs": "^1.5.2",
"react-chartjs-2": "^2.0.5",
"react-dropzone": "^3.13.2",
"react-leaflet": "^1.2.2",
"react-resize-detector": "^0.5.0",
"react-router": "^3.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2"
}
}