forked from cretueusebiu/laravel-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (34 loc) · 1022 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
33
34
35
{
"private": true,
"scripts": {
"dev": "nuxt -c client/nuxt.config.js",
"build": "nuxt build -c client/nuxt.config.js",
"start": "nuxt start -c client/nuxt.config.js",
"lint": "vue-cli-service lint client/"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.7",
"@fortawesome/fontawesome-free-brands": "^5.0.12",
"@fortawesome/fontawesome-free-regular": "^5.0.12",
"@fortawesome/fontawesome-free-solid": "^5.0.12",
"@fortawesome/vue-fontawesome": "^0.0.22",
"@nuxtjs/router": "^1.0.1",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"dotenv": "^5.0.1",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"nuxt": "^1.4.0",
"popper.js": "^1.14.3",
"sweetalert2": "^7.19.3",
"vform": "^1.0.0",
"vue-i18n": "^7.6.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-standard": "^3.0.0-beta.9",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1"
}
}