forked from Projeto-Integrador-D-House/Loja-Virtual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.45 KB
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
{
"name": "loja-virtual-64-games",
"version": "1.0.0",
"description": "Loja Virtual de Games",
"main": "index.js",
"scripts": {
"dev": "concurrently \"npm run back:dev \" \"npm run front:dev\"",
"back:dev": "nodemon ./api/index.js",
"front:dev": "vite",
"build": "vite build",
"start": "node api/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Projeto-Integrador-D-House/Loja-Virtual.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Projeto-Integrador-D-House/Loja-Virtual/issues"
},
"homepage": "https://github.com/Projeto-Integrador-D-House/Loja-Virtual#readme",
"dependencies": {
"axios": "^1.1.3",
"base-64": "^1.0.0",
"bcrypt": "^5.0.1",
"bootstrap": "^5.2.2",
"concurrently": "^7.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-router": "^6.4.1",
"react-router-dom": "^6.4.1",
"reactstrap": "^9.1.5",
"rsuite": "^5.22.1",
"sequelize": "^6.23.0",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.0.2",
"nodemon": "^2.0.20",
"vite": "^3.1.4"
}
}