forked from Team-Wobbegong/Chationary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
{
"name": "chationary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"proxy": "http://localhost:3000",
"secure": false,
"scripts": {
"start": "webpack serve --open 'Google Chrome' & nodemon server/server.js",
"startwin": "webpack serve --open Chrome.exe & nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Wobbegong/Chationary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-Wobbegong/Chationary/issues"
},
"homepage": "https://github.com/Team-Wobbegong/Chationary#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"nodemon": "^2.0.6",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"emoji-mart": "^3.0.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"pg": "^8.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-router-dom": "^5.2.0",
"react-scroll-to-bottom": "^4.0.0",
"socket.io": "^3.0.4",
"socket.io-client": "^3.0.4",
"uuid": "^8.3.2"
}
}