-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (51 loc) · 1.5 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@awcodes/alpine-floating-ui": "^3.5.0",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.16.0",
"@defstudio/vite-livewire-plugin": "^1.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"eslint-config-preact": "^1.1.3",
"fs": "^0.0.1-security",
"laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.19",
"os": "^0.1.2",
"path": "^0.12.7",
"postcss": "^8.4.27",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "^3.3.3",
"tippy.js": "^6.3.7",
"vite": "^4.4.7"
},
"dependencies": {
"@alpinejs/intersect": "^3.6.1",
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"axios": "^0.21.1",
"canvas-confetti": "^1.4.0",
"choices.js": "^9.0.1",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"highlight.js": "^11.7.0",
"htm": "^3.1.0",
"intl-tel-input": "^17.0.13",
"preact": "^10.5.15"
}
}