-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "dischannel",
"private": true,
"description": "",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.0"
},
"scripts": {
"webpack": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Williamsliam23/Discord_Clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Williamsliam23/Discord_Clone/issues"
},
"homepage": "https://github.com/Williamsliam23/Discord_Clone#readme",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.0",
"thunk": "^0.0.1",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
}
}