-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 962 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.18",
"cross-env": "^5.1",
"less": "^3.8.1",
"less-loader": "^8.0.0",
"lodash": "^4.17.5",
"vue": "^2.6.12",
"webpack": "^5.26.3"
},
"dependencies": {
"@dymantic/modal": "^0.1.0",
"@dymantic/vue-forms": "^1.1.0",
"autoprefixer": "^10.2.5",
"flickity": "^2.1.2",
"flickity-imagesloaded": "^2.0.0",
"jump.js": "^1.0.2",
"laravel-mix": "^6.0.13",
"lazysizes": "^5.2.0",
"lodash.throttle": "^4.1.1",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12"
}
}