-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 939 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
{
"scripts": {
"start": "laravel-nuxt",
"dev": "laravel-nuxt dev",
"build": "laravel-nuxt build"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"laravel-nuxt": "^1.5.0",
"material-design-icons-iconfont": "^5.0.1",
"nuxt-svg": "^0.1.6",
"popper.js": "^1.15.0",
"vue": "^2.6.10",
"vue-croppie": "^2.0.1",
"vue-fragment": "^1.5.1",
"vue-meta": "^2.0.5",
"vue-paypal-checkout": "^3.2.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.7",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "^0.12.0"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0"
}
}