-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.54 KB
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.8",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.6",
"bootstrap": "^5.3.3",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"postcss": "^8.4.41",
"postcss-preset-env": "^10.0.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vue": "^3.4.38",
"vue-loader": "^17.4.2"
},
"name": "kantine",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"></a></p>",
"version": "1.0.0",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.5",
"@tsparticles/vue3": "^3.0.1",
"crypto-js": "^4.2.0",
"tsparticles": "^3.7.1",
"vue-lodash": "^2.1.2",
"vue-select": "^4.0.0-beta.6"
},
"keywords": [],
"author": "",
"license": "ISC"
}