-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.13 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.13 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
{
"name": "ServePlus",
"version": "1.0.0",
"description": "Serve+ is a web-based modularized food oriented POS system built on MERN",
"author": "John Solano, Dinsdale Lee, Zhi Huang, Sashary Morel, Daniyal Naeem",
"repository": {
"type": "git",
"url": "git+https://github.com/CUNYTech/clearOrderPOS"
},
"license": "CUNYCodes",
"private": true,
"scripts": {
"start": "webpack -p --progress --profile --colors && node server",
"start:dev": "node server",
"build": "webpack --progress -p --config ./config/webpack.dev.js"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"body-parser": "^1.17.2",
"connect-history-api-fallback": "^1.3.0",
"csurf": "^1.9.0",
"express": "^4.15.4",
"express-validator": "^5.0.3",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"mongoose": "^4.11.7",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-grid-layout": "^0.16.6",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"reactstrap": "^4.8.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "^2.0.1",
"connect-flash": "^0.1.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"express-session": "^1.15.6",
"material-ui": "^0.20.0",
"morgan": "^1.9.0",
"postcss-loader": "^2.0.6",
"react-inline-block": "^2.1.3",
"react-responsive": "^4.1.0",
"react-scale-text": "^1.2.2",
"react-transition-group": "^2.3.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webfontloader": "^1.6.28",
"webpack": "^3.5.5",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
}
}