forked from cyclic-software/starter-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json.orig
86 lines (85 loc) · 2.4 KB
/
package.json.orig
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
<<<<<<< HEAD
"name": "carmina-a",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"framer-motion": "^10.11.2",
"jquery": "^3.6.4",
"jquery.scrollex": "^0.2.1",
"react": "^18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "^18.2.0",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.10.0",
"react-router-hash-link": "^2.4.3",
"swiper": "^9.2.0",
"web-vitals": "^2.1.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.36.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"babel-plugin-macros": "^3.1.0",
"react-scripts": "5.0.1",
"nodemon": "^2.0.22"
},
"scripts": {
"dev": "concurrently \"npm:dev-client\" \"npm:dev-api\"",
"dev-client": "cd client && npm start",
"dev-api": "cd api && npm run dev",
"start": "cd api && npm start",
"build": "cd client && npm run build",
"mock-cyclic": "npm run build && npm run start",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
=======
"name": "starter-rest-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "env-cmd nodemon index.js",
"repl": "env-cmd node"
},
"keywords": [],
"author": "Kam Lasater <[email protected]>",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.16"
},
"dependencies": {
"@cyclic.sh/dynamodb": "^0.0.33",
"env-cmd": "^10.1.0",
"express": "^4.18.1"
}
>>>>>>> 74be866a7dff62373933274612a4efdeac13b89e
}