forked from fac-14/Brickworks-Tollington_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.24 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
{
"name": "Brickworks-Tollington-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": " node src/server.js",
"report-coverage": "codecov",
"parcel:dev": "parcel client/public/index.html",
"parcel:watch": "parcel watch client/public/index.html",
"parcel:build": "parcel build client/public/index.html",
"dev": "concurrently --killall node \"npm run parcel:watch\" \"nodemon src/server.js\"",
"prod": "concurrently --killall node \"npm run parcel:watch\" \"node src/server.js\"",
"heroku-prebuild": "",
"heroku-postbuild": "",
"postinstall": "npm run parcel:build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-14/Brickworks-Tollington_Project.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fac-14/Brickworks-Tollington_Project.git"
},
"homepage": "https://github.com/fac-14/Brickworks-Tollington_Project.git#readme",
"keywords": [],
"dependencies": {
"airtable": "^0.5.9",
"ajv": "^6.5.4",
"audit": "0.0.6",
"body-parser": "^1.18.3",
"concurrently": "^4.0.1",
"env2": "^2.2.2",
"es6-promise": "^4.2.5",
"express": "^4.16.3",
"fix": "0.0.6",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"node-fetch": "^2.2.0",
"nodemailer": "^4.6.8",
"parcel-bundler": "^1.11.0",
"path": "^0.12.7",
"pg": "^7.4.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"serve-static": "^1.13.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"codecov": "^3.1.0",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-config-recommended": "^4.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"nodemon": "^1.18.4",
"parcel-plugin-compress": "^1.0.7",
"prettier": "^1.14.3",
"react-testing-library": "^5.2.0",
"supertest": "^3.3.0"
},
"proxy": "http://localhost:5000",
"engines": {
"node": "v10.6.0"
}
}