-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 952 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 952 Bytes
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
{
"name": "xfil-fe",
"version": "1.0.0",
"description": "My outstanding Nuxt.js project",
"author": "Squareborg",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.5.2",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/onesignal": "^3.0.0-beta.16",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/toast": "^3.2.0",
"autoprefixer": "^8.6.4",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"cross-env": "^5.2.0",
"node-sass": "^4.11.0",
"nuxt": "^2.4.0",
"nuxt-svg-loader": "^1.0.1",
"sass-loader": "^7.1.0",
"sass-mq": "^5.0.0",
"sweetalert": "^2.1.2",
"tailwindcss": "^1.1.4",
"vue-clipboard2": "^0.3.0",
"vue-js-modal": "^1.3.31",
"vue-pagination-2": "^2.0.3"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}