-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.53 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
{
"name": "111",
"version": "1.0.0",
"description": "Projeto de intervenção contracondutas sobre trabalho escravo na reforma (2014) do Aeroporto Internacional de Guarulhos (GRU).",
"main": "app.js",
"scripts": {
"start": "babel-node app.js",
"build": "gulp style && webpack",
"dev": "gulp style && webpack && babel-node app.js",
"startDev": "nodemon app.js --exec \"eslint src/ && eslint server/ && babel-node\"",
"deploy:s3": "aws s3 sync public/ s3://centoeonze111.com --acl public-read --cache-control public,max-age=60"
},
"author": "Coletivo theVelops",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"ejs": "^2.5.6",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.2",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4",
"gulp-merge-media-queries": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"html-webpack-plugin": "2.24.1",
"morgan": "^1.8.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-lazyload": "^2.2.5",
"react-redux": "^5.0.3",
"react-router": "<4.0.0",
"redux": "^3.6.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"uglifyjs-webpack-plugin": "^0.3.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"imagemin-jpegtran": "^5.0.2"
}
}