-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
65
{
"name": "myfitfix",
"version": "1.0.0",
"description": "Greenfield project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/app.js",
"build": "webpack --mode=development --node-env=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/powerpuffyall/MyFitFix.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/powerpuffyall/MyFitFix/issues"
},
"homepage": "https://github.com/powerpuffyall/MyFitFix#readme",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@react-oauth/google": "^0.9.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"babel-loader": "^9.1.2",
"body-parser": "^1.20.2",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"google-auth-library": "^8.7.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"nodemon": "^2.0.22",
"passport": "^0.5.3",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"postcss-preset-env": "^8.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"style-loader": "^3.3.2",
"tailwindcss": "^3.3.1"
}
}