forked from shopperlabs/shopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 960 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
30
31
32
33
34
35
36
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"dependencies": {
"@alpinejs/focus": "^3.12.0",
"alpinejs": "^3.10.5",
"choices.js": "^9.0.1",
"filepond": "^4.30.3",
"flatpickr": "^4.6.13",
"intl-tel-input": "^17.0.19",
"mapbox-gl": "^2.6.1",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.1",
"tom-select": "^2.2.2"
},
"devDependencies": {
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.2",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.13",
"popper.js": "^1.16.0",
"postcss": "^8.4.5",
"prettier": "^2.3.1",
"prettier-standard": "^15.0.1",
"resolve-url-loader": "^5.0.0"
}
}