-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 991 Bytes
/
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
{
"private": true,
"type": "module",
"engines": {
"node": ">=20.9.0",
"npm": ">=10.1.0"
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"not Explorer <= 11"
],
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.6.0",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"highlight.js": "11.10.0",
"highlightjs-blade": "0.1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "6.0.0",
"autoprefixer": "10.4.20",
"core-js": "3.39.0",
"laravel-vite-plugin": "1.0.6",
"path": "0.12.7",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"resolve-url-loader": "5.0.0",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"vite": "5.4.11",
"vite-plugin-manifest-sri": "0.2.0"
}
}