-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "coffeetime",
"private": true,
"version": "1.0.0",
"description": "CoffeTime web + api drinks add delete edit mongoDB + api blog from rapidapi",
"workspaces": [
"backend",
"frontend"
],
"main": "index.js",
"scripts": {
"build": "npm run build --workspace=frontend",
"start": "npm run start --workspace=backend",
"dev:api": "npm run dev --workspace=backend",
"dev:front": "npm run dev --workspace=frontend",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pachix-Dev/coffeeTime.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pachix-Dev/coffeeTime/issues"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"dotenv": "16.1.1",
"express-fileupload": "1.4.0",
"react-images-uploading": "3.1.7",
"react-redux": "8.1.1",
"resend": "0.15.1"
},
"devDependencies": {
"standard": "17.1.0"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
},
"homepage": "https://github.com/Pachix-Dev/coffeeTime#readme"
}