-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "refood",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@vue-stripe/vue-stripe": "^4.2.8",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"owl.carousel": "^2.3.4",
"vue": "^3.2.20",
"vue-router": "^4.0.12",
"vue-stripe-checkout": "^3.5.15",
"vue-sweetalert2": "^5.0.2",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@vitejs/plugin-vue": "^1.9.3",
"popper.js": "^1.16.1",
"vite": "^2.6.4"
},
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "Refood"
},
"author": "Ayman Makhoukhi WebStain",
"license": "MIT"
}