forked from atom-retros/atomcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1021 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1021 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
32
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:atom": "vite --config resources/themes/atom/vite.config.js",
"build:atom": "vite build --config resources/themes/atom/vite.config.js",
"dev:atom-bs": "vite --config resources/themes/atom-bs/vite.config.js",
"build:atom-bs": "vite build --config resources/themes/atom-bs/vite.config.js"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.10.3",
"autoprefixer": "^10.4.7",
"axios": "^0.27",
"bootstrap": "^4.6.0",
"jquery": "^3.5",
"laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19",
"popper.js": "^1.16",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"sass": "^1.54.0",
"sass-loader": "^10.1.1",
"tailwindcss": "^3.1.6",
"turbolinks": "^5.2.0",
"vite": "^3.0.0"
},
"dependencies": {
"swiper": "^8.4.2"
}
}