-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.43 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
{
"name": "foss4g-ar",
"version": "1.0.0",
"description": "Sitio web de la conferencia FOSS4G Argentina",
"main": "dist/main.js",
"repository": {
"url": "[email protected]:geoinquietos-ar/foss4g-ar.git",
"type": "git"
},
"scripts": {
"serve": "webpack-dev-server --hot --inline",
"build": "NODE_ENV='production' webpack",
"deploy": "npm run build && gh-pages-clean && gh-pages -d dist",
"deploy-upstream": "npm run build && gh-pages-clean && gh-pages -d dist -r [email protected]:geoinquietos-ar/foss4g-ar.git"
},
"author": "Mauricio Miranda <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.18.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"gh-pages": "^1.0.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.6.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"leaflet": "^1.2.0"
}
}