This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
51
52
53
54
55
56
57
58
59
60
{
"name": "itfest-frontend",
"version": "1.0.0",
"description": "My tiptop Nuxt.js project",
"author": "mkamadeus",
"private": true,
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate",
"generate-staging": "BUILD_ENV=staging nuxt generate",
"build": "nuxt build --spa",
"staging": "BUILD_ENV=staging nuxt build --spa",
"start": "nuxt start --spa",
"build:ssr": "nuxt build",
"staging:ssr": "BUILD_ENV=staging nuxt build",
"start:ssr": "nuxt start",
"lint": "eslint --max-warnings 0 --ext .ts,.js,.vue .",
"lint-fix": "eslint --max-warnings 0 --fix --ext .ts,.js,.vue ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"jsqr": "^1.2.0",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"qrcode.vue": "^1.7.0",
"vue": "latest",
"vue-no-ssr": "^1.1.1",
"vue-qr-reader": "^1.6.2",
"vue-qrcode-reader": "^2.1.1"
},
"devDependencies": {
"@types/cookie": "^0.3.3",
"@types/js-cookie": "^2.2.4",
"@types/node": "^13.5.0",
"@types/socket.io-client": "^1.4.32",
"axios": "^0.19.2",
"cookie": "^0.4.0",
"dotenv": "^8.2.0",
"js-cookie": "^2.2.1",
"nuxt": "^2.0.0",
"nuxt-property-decorator": "^2.5.0",
"socket.io-client": "^2.3.0",
"qrcode.vue": "^1.7.0",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.3.0",
"vuex-class": "^0.3.2",
"vuex-persistedstate": "^2.7.0",
"@nuxt/typescript-build": "^0.5.6",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.0.0",
"eslint-plugin-nuxt": ">=0.4.2",
"node-sass": "^4.13.1"
}
}