-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 917 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 917 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:default": "vite --config themes/default/vite.config.js",
"build:default": "vite build --config themes/default/vite.config.js"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"alpine-turbo-drive-adapter": "^2.0.0",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"sass": "^1.62.0",
"tailwindcss": "^3.1.6",
"turbolinks": "^5.2.0",
"vite": "^4.0.0"
},
"dependencies": {
"dompurify": "^3.0.5",
"interactjs": "^1.10.17",
"lightgallery": "^2.7.1",
"notyf": "^3.10.0",
"tippy.js": "^6.3.7"
}
}