-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^0.7.2",
"sass": "^1.56.1",
"vite": "^4.0.0",
"vue": "^3.2.37"
},
"name": "laravel-learn",
"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": "vite.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"anymatch": "^3.1.3",
"asynckit": "^0.4.0",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"combined-stream": "^1.0.8",
"csstype": "^2.6.21",
"delayed-stream": "^1.0.0",
"esbuild": "^0.17.18",
"estree-walker": "^2.0.2",
"fill-range": "^7.0.1",
"follow-redirects": "^1.15.2",
"form-data": "^4.0.0",
"glob-parent": "^5.1.2",
"immutable": "^4.3.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"magic-string": "^0.25.9",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"nanoid": "^3.3.6",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"postcss": "^8.4.23",
"proxy-from-env": "^1.1.0",
"readdirp": "^3.6.0",
"rollup": "^3.21.0",
"source-map": "^0.6.1",
"source-map-js": "^1.0.2",
"sourcemap-codec": "^1.4.8",
"to-regex-range": "^5.0.1",
"vazirmatn": "^33.0.3",
"vite-plugin-full-reload": "^1.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YasinDehfuli/Laravel-Learn.git"
},
"keywords": [
"Sample",
"Laravel",
"Learn",
"Test"
],
"author": "Yasin (Nisay)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/YasinDehfuli/Laravel-Learn/issues"
},
"homepage": "https://github.com/YasinDehfuli/Laravel-Learn#readme"
}