-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
105 lines (105 loc) · 3.07 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "Meal-tally",
"version": "0.1.1",
"description": "Tally meals through public library meal program",
"main": "app/main.jsx",
"scripts": {
"mocha-test": "mocha --require ignore-styles --compilers js:babel-core/register tests/test.js",
"build": "webpack",
"watch-build": "webpack --watch",
"watch": "webpack --watch",
"start": "node server.js"
},
"dependencies": {
"@uirouter/react": "^0.5.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.x",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "6.x",
"babel-runtime": "6.x",
"bcrypt": "^3.0.x",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"conventional-changelog-cli": "^1.3.22",
"cookie-parser": "^1.4.3",
"copy-webpack-plugin": "^4.5.2",
"cors": "^2.8.4",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.x",
"errorhandler": "^1.0.1",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-compat": "^2.5.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"excel-export": "^0.5.1",
"exceljs": "^1.5.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"handlebars": "^4.0.11",
"html-pdf": "^2.2.0",
"husky": "^0.12.0",
"inspect": "0.0.2",
"inspector": "^0.5.0",
"jquery": "^3.3.1",
"json-loader": "^0.5.7",
"json2xls": "^0.1.2",
"jspdf": "^1.4.1",
"lodash": "^4.17.10",
"material-ui": "^0.19.4",
"method-override": "^2.x",
"moment": "^2.22.2",
"mongodb": "^2.2.35",
"node-sass": "^4.9.2",
"nodemailer": "^4.6.7",
"nosleep.js": "^0.7.0",
"open-browser-webpack-plugin": "0.0.3",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"react": "^16.8.x",
"react-addons-css-transition-group": "^15.6.2",
"react-country-region-selector-material-ui": "1.0.0",
"react-datepicker": "^1.4.1",
"react-dom": "^16.8.x",
"react-infinite-calendar": "^2.3.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-signature-canvas": "^1.0.0-alpha.1",
"react-toolbox": "^2.0.0-beta.13",
"sass-loader": "^6.0.7",
"style-loader": "~0.19.x",
"ui-router-react": "^0.5.0",
"webpack": "^4.30.0"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.6",
"enzyme-adapter-react-16": "^1.1.0",
"html-webpack-plugin": "^3.1.0",
"ignore-styles": "^5.0.1",
"mocha": "^4.0.1",
"react-test-renderer": "15.6.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^2.11.2"
},
"keywords": [
"es6",
"web app",
"boilerplate"
],
"engines": {
"node": "11.10.0"
},
"author": "Code For San Jose Meal Tally Team"
}