-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 781 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
29
30
{
"homepage": "https://fvandrad.github.io/bazar",
"name": "bazar-vue",
"version": "1.0.0",
"description": "Bazar de roupas, calçados e acessórios",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "json-server --watch db.json --port 3001",
"dev:full": "concurrently \"npm run server\" \"npm run dev\""
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"axios": "^1.4.0",
"flowbite-vue": "^0.1.3",
"flowbite": "^1.8.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"json-server": "^0.17.3",
"concurrently": "^8.2.0"
}
}