-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.2 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.2 KB
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
92
93
94
95
96
97
98
99
100
101
102
{
"name": "belleza_nodejs",
"version": "1.0.0",
"description": "Website for Vida Flor",
"main": "frontend/js/index.jsx",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"server-build": "cross-env NODE_ENV=production webpack -p --config webpack.config.server.js",
"prebuild": "rimraf public",
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.production.js",
"start": "node ./node_modules/.bin/pm2 start build/bundle.js --name BellezaNodeJS",
"poststart": "node ./node_modules/.bin/pm2 logs",
"dev": "webpack-dev-server --hot --inline",
"server-dev": "webpack --watch --config webpack.config.server.js"
},
"author": "David Villarreal",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Phaze1D/BellezaNodeJS.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"eslint": "^4.11.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.5.1",
"express-delay": "^0.2.0",
"extract-text-webpack-plugin": "^2.1.0",
"faker": "^4.1.0",
"file-loader": "^0.11.1",
"mocha": "^3.5.3",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"postcss-loader": "^2.0.9",
"redux-logger": "^3.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.9.4",
"webpack-node-externals": "^1.6.0",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@material/menu": "^0.2.4",
"aws-sdk": "^2.156.0",
"axios": "^0.16.1",
"bcryptjs": "^2.4.3",
"big.js": "^3.2.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"compression": "^1.7.1",
"conekta-promise": "^3.1.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-rate-limit": "^2.8.0",
"gm": "^1.23.0",
"helmet": "^3.9.0",
"http": "0.0.0",
"https": "^1.0.0",
"immutable": "^3.8.2",
"jsonwebtoken": "^7.4.3",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"nodemailer": "^4.4.0",
"phone": "^1.0.12",
"pm2": "^2.8.0",
"query-string": "^4.3.4",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-ga": "^2.3.5",
"react-redux": "^5.0.4",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-slick": "^0.14.11",
"react-tabs": "^0.8.3",
"reduce-reducers": "^0.1.2",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-promise-middleware": "~4.2.1",
"sequelize": "^3.30.4"
}
}