forked from DinosaurQuails/DinosaurQuails
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.69 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
{
"name": "Job.Concat",
"version": "1.0.0",
"description": "An app to help you organize and optimize your job search!",
"main": "webpack.config.js",
"scripts": {
"test": "set NODE_ENV=test&& jest",
"start": "node ./server/index.js",
"start-dev": "nodemon ./server/index.js",
"build-dev": "webpack -d --watch",
"heroku-postbuild": "webpack -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlastOffInc/Job.Concat"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BlastOffInc/Job.Concat/issues"
},
"homepage": "https://github.com/BlastOffInc/Job.Concat#readme",
"dependencies": {
"@material-ui/core": "1.4.0",
"@material-ui/icons": "^2.0.0",
"axios": "0.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"bcrypt": "3.0.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "3.5.1",
"body-parser": "1.18.3",
"dom-parser": "^0.1.5",
"express": "4.16.3",
"express-session": "1.15.6",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "2.22.2",
"mongoose": "5.2.4",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-http-bearer": "1.0.1",
"querystring": "0.2.0",
"react": "16.4.1",
"react-d3-components": "^0.9.1",
"react-dom": "16.4.1",
"request": "^2.87.0",
"url": "0.11.0"
},
"devDependencies": {
"babel-loader": "7.1.5",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"jest": "23.4.1",
"morgan": "1.9.0",
"webpack": "4.16.1",
"webpack-cli": "3.1.0"
},
"babel": {
"presets": [
"env",
"react"
]
}
}