-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
51 lines (51 loc) · 1.44 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": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix --hot",
"prod": "mix --production",
"production": "mix --production"
},
"engines": {
"npm": ">=6.0.0 <8.0.0",
"node": ">=14.0.0 <16.0.0"
},
"engineStrict": true,
"devDependencies": {
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"cross-env": "^7.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.2.2",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.1",
"sass-loader": "^8.0.0",
"tailwindcss": "^2.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"algoliasearch": "^4.2.0",
"dayjs": "^1.8.25",
"in-viewport": "^3.6.0",
"instantsearch.css": "^7.4.2",
"laravel-echo": "^1.9.0",
"mix-tailwindcss": "^1.2.0",
"portal-vue": "^2.1.7",
"pusher-js": "^7.0.0",
"tributejs": "^5.1.3",
"turbolinks": "^5.2.0",
"vue-chat-scroll": "^1.4.0",
"vue-instantsearch": "^2.7.0",
"vue-js-modal": "^1.3.35",
"vue-observe-visibility": "^0.4.6",
"vue-tribute": "^1.0.4",
"vue-turbolinks": "^2.1.0",
"vuex": "^3.2.0"
}
}