-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·91 lines (91 loc) · 2.91 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
{
"homepage": "https://documentario.matacavalo.infoamazonia.org/",
"name": "infoamazonia",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "NODE_ENV=production npm run build",
"deploy": "gh-pages -d public",
"clean": "gh-pages-clean",
"start": "./node_modules/.bin/webpack-dev-server --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "rm -rf public/*",
"build": "webpack --config webpack.config.js -d --env production",
"watch": "npm run setup && webpack --config webpack.config.js --watch",
"manage:translations": "node ./translationRunner.js",
"dev": "./node_modules/.bin/webpack-dev-server --content-base"
},
"repository": {
"type": "git",
"url": "https://github.com/InfoAmazonia/documentario-mata-cavalo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InfoAmazonia/documentario-mata-cavalo/issues"
},
"dependencies": {
"axios": "^0.17.1",
"calvinclaus-rc-slider": "7.3.0",
"es6-set": "^0.1.5",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"intl": "^1.2.5",
"leaflet": "^1.2.0",
"localforage": "^1.5.3",
"moment": "^2.18.1",
"normalize.css": "^7.0.0",
"offline-plugin": "^4.9.0",
"promise-polyfill": "^7.0.0",
"prop-types": "^15.6.0",
"rc-slider": "8.6.1",
"react": "^16.0.0",
"react-countdown-now": "^1.2.0",
"react-dom": "^16.0.0",
"react-dom-animated": "^1.0.3",
"react-ga": "^2.4.1",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-leaflet": "^1.7.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-share": "^1.19.0",
"react-transition-group": "^2.2.1",
"react-youtube": "^7.5.0",
"redux": "^3.7.2",
"redux-persist": "^5.2.0",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"styled-components": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-intl": "^2.3.1",
"babel-plugin-runtime": "^1.0.7",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.x",
"css-loader": "^0.28.7",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^1.1.4",
"gh-pages": "^3.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.7",
"markdown-loader": "^2.0.1",
"raw-loader": "^0.5.1",
"react-intl-translations-manager": "^5.0.1",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-pwa-manifest": "^3.4.1"
}
}