25 lines
676 B
JSON
25 lines
676 B
JSON
{
|
|
"name": "test-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"client": "npm run start --prefix client",
|
|
"server": "npm run start --prefix server",
|
|
"build": "npm run build --prefix client",
|
|
"dev": "npm run build --prefix client && npm run server"
|
|
},
|
|
"author": "C4 Patino",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"build": "^0.1.4",
|
|
"create-react-app": "^5.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"express-generator": "^4.2.0",
|
|
"js-cookie": "^3.0.1",
|
|
"sqlite3": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"sequelize-cli": "^6.4.1"
|
|
}
|
|
}
|