-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 804 Bytes
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
{
"name": "merchsy",
"version": "1.0.0",
"description": "E-commerce and social media in one.",
"main": "index.js",
"scripts": {
"test": "Error: Please run 'npm test' in either ./frontend or ./backend && exit 1",
"frontend": "cd frontend && npm start",
"backend": "cd backend && npm start",
"dev": "concurrently \"npm run frontend\" \"npm run backend\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"concurrently": "^9.0.1",
"mongoose": "^8.7.3",
"npm-watch": "^0.13.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
}
}