-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 879 Bytes
/
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
{
"name": "Menuable",
"version": "1.0.0",
"description": "## Database Schema Design",
"main": "index.js",
"scripts": {
"install": "npm --prefix backend install backend",
"dev:backend": "npm install --prefix backend start",
"sequelize": "npm run --prefix backend sequelize",
"sequelize-cli": "npm run --prefix backend sequelize-cli",
"start": "npm start --prefix backend",
"build": "npm run --prefix backend build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenseb/Menuable.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevenseb/Menuable/issues"
},
"homepage": "https://github.com/stevenseb/Menuable#readme",
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.3",
"dotenv": "^16.4.5",
"normalizr": "^3.6.2"
}
}