-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"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": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"postcss": "^8.1.14",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"tailwindcss": "^2.0.1",
"vue": "2.6.12",
"vue-loader": "15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"algoliasearch": "^4.8.6",
"dayjs": "^1.10.4",
"in-viewport": "^3.6.0",
"instantsearch.css": "^7.4.5",
"laravel-echo": "^1.10.0",
"portal-vue": "^2.1.7",
"pusher-js": "^7.0.3",
"tributejs": "^5.1.3",
"turbolinks": "^5.2.0",
"vue-chat-scroll": "^1.4.0",
"vue-instantsearch": "^3.6.0",
"vue-js-modal": "^2.0.0-rc.6",
"vue-observe-visibility": "^1.0.0",
"vue-server-renderer": "^2.6.12",
"vue-tribute": "^1.0.6",
"vue-turbolinks": "^2.2.1",
"vuex": "2.0.0"
}
}