This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "bakeoff",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"author": "Charlotte Weaver",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"child_process": "^1.0.2",
"chroma-js": "^1.3.6",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"email-templates-v2": "^2.0.3",
"express": "^4.16.0",
"express-session": "^1.15.6",
"express-validator": "^5.0.0",
"history": "^4.7.2",
"morgan": "^1.10.0",
"multer": "^1.3.0",
"nodemailer": "~2.7.2",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"pg-promise": "^7.0.3",
"react": "^16.2.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.13.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"redux": "^3.7.2",
"redux-form": "^7.2.3",
"redux-thunk": "^2.2.0",
"webpack": "^3.5.5"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"prettier": "2.0.4",
"redux-devtools": "^3.4.0",
"webpack-dev-server": "^3.10.3"
},
"resolutions": {
"eslint-scope": "3.7.1"
}
}