-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.94 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
{
"name": "bit_pal",
"version": "1.0.0",
"description": "the official website of BidPal",
"scripts": {
"dev": "NODE_ENV=development node bin/www",
"start": "NODE_ENV=production node bin/www",
"build": "npm run build:frontend && npm run build:backend",
"build:frontend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.frontend.config.js",
"build:backend": "NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.backend.config.js",
"publish": "npm run build && git add . && git commit && git push"
},
"repository": {
"type": "git",
"url": "https://github.com/parkjs814/BidPal"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/parkjs814/BidPal/issues"
},
"homepage": "https://github.com/parkjs814/BidPal",
"devDependencies": {
"ajv": "^5.2.2",
"async": "^2.5.0",
"autoprefixer": "latest",
"axios": "latest",
"babel-core": "^6.18.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-3": "^6.24.1",
"bcryptjs": "^2.4.3",
"bluebird": "latest",
"body-parser": "^1.18.2",
"brace": "latest",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.16",
"compression": "latest",
"concat-stream": "latest",
"connect-history-api-fallback": "^1.3.0",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"express": "^4.15.4",
"extend": "latest",
"extract-text-webpack-plugin": "^3.0.0",
"faker": "^4.1.0",
"fb": "^2.0.0",
"file-loader": "^0.11.2",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"imagemin-webpack-plugin": "^1.5.2",
"js-cookie": "^2.1.4",
"jsonwebtoken": "^8.0.1",
"mongodb": "^2.2.33",
"mongoose": "^4.11.13",
"morgan": "^1.9.0",
"multer": "^1.4.1",
"node-sass": "^4.5.3",
"postcss-flexboxfixer": "0.0.5",
"postcss-loader": "^2.0.6",
"randomstring": "^1.1.5",
"react": "^15.6.1",
"react-ace": "^5.5.0",
"react-dom": "^15.6.1",
"react-facebook": "^4.0.16",
"react-highlight": "^0.10.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-svg-loader": "^2.0.0-alpha.1",
"redbox-react": "^1.5.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"sass-loader": "^6.0.6",
"sharp": "^0.21.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-node-externals": "^1.6.0"
}
}