-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.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
{
"author": "Atiya Haider",
"name": "anonymous-message-board",
"version": "0.0.1",
"description": "Anonymous Message Board",
"main": "server.js",
"scripts": {
"build": "webpack",
"start": "webpack && node server.js"
},
"dependencies": {
"express": "^4.17.1",
"cors": "^2.8.5",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^5.2.0",
"zombie": "^6.1.4",
"helmet": "^3.1.0",
"mongoose": "^5.10.15",
"react": "^16.8.3",
"react-dom": "^16.6.3",
"webpack": "^4.29.2",
"babel-loader": "^8.2.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.12.5",
"webpack-cli": "^3.2.2",
"style-loader": "^1.3.0",
"css-loader": "^5.0.0",
"bcrypt": "^3.0.4",
"redux": "^4.0.5",
"react-redux": "^7.2.2",
"redux-thunk": "^2.3.0",
"react-router-dom": "^5.2.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"react-spinner": "^0.2.7"
},
"engines": {
"node": "8.x"
},
"repository": {
"type": "git",
"url": "https://github.com/atiyahaider/Anonymous-Message-Board"
},
"license": "MIT",
"homepage": "https://github.com/atiyahaider/Anonymous-Message-Board#readme"
}