-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "spiced-social-network",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"start": "node index.js",
"test": "jest"
},
"engines": {
"node": "10.15.1"
},
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@testing-library/react": "^8.0.1",
"aws-sdk": "^2.497.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.5",
"bcryptjs": "^2.4.3",
"compression": "^1.7.0",
"cookie-session": "^2.0.0-alpha.2",
"crypto-random-string": "^3.0.1",
"csurf": "^1.9.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.12.4",
"express": "^4.14.0",
"http-proxy-middleware": "^0.19.1",
"jest": "^24.7.1",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.1",
"moment": "^2.24.0",
"multer": "^1.3.0",
"react": "^16.9.0-alpha.0",
"react-dom": "^16.9.0-alpha.0",
"react-form-input-validation": "^2.0.3",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-test-renderer": "^16.6.0",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.8",
"redux-promise": "^0.5.3",
"socket.io": "^2.2.0",
"spiced-pg": "^1.0.0",
"uid-safe": "^2.1.4",
"webpack": "^4.29.6",
"webpack-dev-middleware": "^1.8.4"
},
"jest": {
"setupFiles": [
"./jest.js"
]
},
"keywords": [],
"author": "",
"license": "ISC"
}