-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nos-frontend",
"version": "1.4.1",
"description": "907degrees frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js, .vue src",
"serve": "STAGE=local NUXT_HOST=localhost nuxt",
"serve-prod": "STAGE=prod NUXT_HOST=localhost nuxt build && nuxt start",
"build": "nuxt build",
"deploy-prod": "STAGE=prod nuxt build && STAGE=prod sls deploy",
"deploy-dev": "STAGE=dev nuxt build && STAGE=dev sls deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/moment": "^1.4.0",
"@nuxtjs/sentry": "^4.3.4",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/vuetify": "^1.11.2",
"axios": "^0.19.0",
"cookie-universal-nuxt": "^2.1.4",
"express": "^4.17.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment-duration-format": "^2.3.2",
"nuxt": "^2.10.2",
"nuxt-i18n": "^6.4.1",
"nuxt-user-agent": "^1.2.2",
"serverless-apigw-binary": "^0.4.4",
"serverless-http": "^2.3.0",
"v-click-outside": "^3.0.0",
"vee-validate": "^3.2.1",
"vue-awesome-countdown": "^1.0.25",
"vue-clipboard2": "^0.3.1",
"vue-scrollto": "^2.18.1",
"vue-spinner": "^1.0.3",
"vuejs-datepicker": "^1.6.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.0",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"serverless-plugin-warmup": "^4.9.0"
}
}