forked from Neticx/wedding-digital-invitation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"autoprefixer": "^9.8.7",
"axios": "^1.1.3",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0",
"flickity": "^2.2.2",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.34",
"lodash": "^4.17.13",
"postcss": "^8.3.11",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.16",
"vue": "^2.6.14",
"vue-infinite-scroll": "^2.0.2",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"vue-infinite-loading": "^2.4.5"
}
}