-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.69 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && npm run spektrixcss && npm run fontcss",
"build:mix": "npx mix",
"spektrixcss": "find ./public/build/assets -name 'spektrix.*.css' -execdir mv {} spektrix.css \\;",
"fontcss": "find ./public/build/assets -name 'fonts.*.css' -execdir mv {} fonts.css \\;",
"build-preview": "cd nova-components/Preview && npm run dev",
"build-preview-prod": "cd nova-components/Preview && npm run prod"
},
"devDependencies": {
"@editorjs/quote": "^2.4.0",
"@shufo/prettier-plugin-blade": "^1.5.6",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.4",
"axios": "^0.21",
"editorjs-toggle-block": "^0.2.5",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.2.4",
"lodash": "^4.17.19",
"postcss": "^8.4.12",
"prettier": "^2.7.1",
"tailwindcss": "^3.2",
"vite": "^2.9.13"
},
"dependencies": {
"@alpinejs/focus": "^3.12.2",
"@alpinejs/intersect": "^3.10.2",
"@editorjs/attaches": "^1.2.3",
"@editorjs/image": "^2.6.2",
"@vtchinh/gallery-editorjs": "^1.2.3",
"alpinejs": "^3.10.3",
"date-fns": "^2.28.0",
"dialog-polyfill": "^0.5.6",
"editorjs-block-width-tune": "^1.0.0",
"editorjs-carousel": "^1.0.7",
"editorjs-detailssummary": "^1.0.0",
"lottie-web": "^5.11.0",
"mjml": "^4.15.3",
"postcss-easing-gradients": "^3.0.1",
"puppeteer": "^23.7.1",
"swiper": "^11.1.4",
"tailwind-scrollbar-hide": "^1.1.7"
}
}