forked from Blue-Squirtles/FreeTime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"name": "free-time",
"version": "1.0.0",
"description": "Find time with friends",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"start": "nodemon server/index.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"cookie-parser": "^1.4.6",
"express": "^4.16.3",
"googleapis": "^97.0.0",
"moment": "^2.29.1",
"pg": "^8.7.3",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^5.1.3",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"nodemon": "^2.0.15",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}