-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 902 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
{
"name": "nbs",
"version": "1.0.5",
"description": "National Bureau Of Statistics Administrator Dashboard",
"author": "=elirehema",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev nuxt",
"build": "NODE_ENV=dev nuxt build ",
"start": "NODE_ENV=production nuxt start",
"generate": "NODE_ENV=production nuxt generate ",
"production": "DEPLOY_ENV=production nuxt build"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"fibers": "^5.0.0",
"nuxt": "^2.15.7",
"nuxt-material-design-icons": "^1.0.4",
"secure-ls": "^1.2.6",
"sweetalert": "^2.1.2",
"vue-i18n": "^8.24.5",
"vuetify": "^2.5.6",
"vuex-persistedstate": "^3.2.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.1",
"dotenv": "^14.2.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0"
}
}