-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.37 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": "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": {
"@popperjs/core": "^2.10.2",
"axios": "^0.21",
"bootstrap": "^5.1.0",
"laravel-echo": "^1.11.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^3.1.2",
"sass": "^1.45.1",
"sass-loader": "^11.0.1",
"vue": "^3.0.5",
"vue-loader": "^16.1.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"card": "^2.5.4",
"chartist": "^0.11.4",
"dayjs": "^1.10.7",
"drift-zoom": "^1.4.5",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"lg-fullscreen.js": "^1.2.0",
"lg-video.js": "^1.3.0",
"lg-zoom.js": "^1.3.0",
"lightgallery.js": "^1.4.0",
"nouislider": "^15.4.0",
"prismjs": "^1.24.1",
"shufflejs": "^5.4.1",
"simplebar": "^5.3.5",
"smooth-scroll": "^16.1.3",
"tiny-slider": "^2.9.3",
"vue-multiselect": "^3.0.0-alpha.2"
}
}