-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 879 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
31
32
{
"name": "vite-vue3-template",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"rok": "ngrok http 3000",
"api": "cd C:\\laragon\\www\\bookAPI && php artisan serve",
"migrate": "cd C:\\laragon\\www\\bookAPI && php artisan migrate:refresh --seed"
},
"dependencies": {
"axios": "^0.21.1",
"sass": "^1.32.12",
"vue": "^3.0.5",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@types/tailwindcss": "^2.0.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.7",
"tailwindcss": "^2.1.2",
"vite": "^2.0.5"
}
}