-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "grafica_municipios",
"version": "1.0.0",
"description": "Grafica para municipios ",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.config.js",
"start": "webpack-dev-server",
"babel": "babel app --out-dir libs --source-maps inline"
},
"repository": {
"type": "git",
"url": "GraficaMunicipios"
},
"author": "Alberto Colon",
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"fetch": "^1.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"recharts": "^1.0.0-beta.1"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"json": "^9.0.6",
"loader": "^2.1.1",
"uglify-js": "^3.1.8",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}