-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
64 lines (64 loc) · 1.82 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
61
62
63
64
{
"name": "mornin",
"version": "1.0.0",
"description": "Mornin is an anonymous audio conferencing service",
"author": "Mornin",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
},
"scripts": {
"lint": "eslint --ext .ts,.js,.vue . --ignore-path .gitignore .",
"precommit": "yarn lint",
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate"
},
"dependencies": {
"@mdi/js": "^4.4.95",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "5.8.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"acorn": "^7.1.1",
"animate.css": "^3.7.2",
"kind-of": "^6.0.3",
"minimist": "^1.2.3",
"mockjs": "^1.0.1-beta3",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.4.1",
"unique-names-generator": "^4.2.0",
"vue-class-component": "^7.1.0",
"vue-clipboard2": "^0.3.1",
"vue-property-decorator": "^9.1.2",
"vuex-class": "^0.3.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.3",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^8.3.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4"
}
}