We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5364016 commit 2ef90e7Copy full SHA for 2ef90e7
package.json
@@ -13,12 +13,13 @@
13
"test": "jest"
14
},
15
"dependencies": {
16
- "nuxt": "^2.0.0",
17
- "bootstrap-vue": "^2.0.0",
18
- "bootstrap": "^4.1.3",
19
"@nuxtjs/axios": "^5.3.6",
+ "@nuxtjs/dotenv": "^1.4.0",
20
"@nuxtjs/pwa": "^3.0.0-0",
21
- "@nuxtjs/dotenv": "^1.4.0"
+ "bootstrap": "^4.1.3",
+ "bootstrap-vue": "^2.0.0",
+ "express": "^4.17.1",
22
+ "nuxt": "^2.0.0"
23
24
"devDependencies": {
25
"@nuxtjs/eslint-config": "^2.0.0",
0 commit comments