-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "TeaWithStrangers",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"date-fns": "^2.25.0",
"moment": "^2.29.1",
"preset-react": "^1.0.0",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"redux-logger": "^3.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack",
"start": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arebiter/TeaWithStrangers.git"
},
"engines": {
"node": "12.5.0",
"npm": "6.9.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arebiter/TeaWithStrangers/issues"
},
"homepage": "https://github.com/Arebiter/TeaWithStrangers#readme"
}