-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.65 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.65 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
{
"name": "redidit",
"version": "1.0.0",
"description": "",
"engines": {
"node": "9.5.0",
"npm": "5.6.0"
},
"main": "index.js",
"scripts": {
"postinstall": "webpack -p",
"start": "node server/index.js",
"test": "jest",
"dev-react": "webpack -w",
"dev-server": "nodemon server"
},
"repository": {
"type": "git",
"url": "https://github.com/aask4/redidit.git"
},
"author": "aask4",
"license": "ISC",
"bugs": {
"url": "https://github.com/aask4/redidit/issues"
},
"homepage": "https://github.com/aask4/redidit#readme",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"firebase": "^4.10.1",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"npm": "^5.6.0",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"sequelize": "^4.33.4",
"supertest": "^3.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.2",
"nodemon": "^1.15.1",
"prettier-eslint": "^8.8.1",
"regenerator-runtime": "^0.11.1",
"webpack": "^3.11.0"
},
"devDependencies": {}
}