-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
29 lines (29 loc) · 936 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.6",
"postcss": "^8.1.14"
},
"dependencies": {
"@ryangjchandler/alpine-clipboard": "^1.0.0",
"@tailwindcss/forms": "^0.3.2",
"algoliasearch": "^4.9.0",
"alpinejs": "^2.8.2",
"instantsearch.js": "^4.21.0",
"tailwind-programming-language-colors": "Astrotomic/tailwind-programming-language-colors#main",
"tailwindcss": "^2.0.4",
"typeface-raleway": "^1.1.13",
"workbox-expiration": "^6.1.2",
"workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.2"
}
}