forked from beyond-all-reason/bar-live-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.86 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
{
"name": "bar-live-services",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-live": "SET BASE_URL=https://api.bar-rts.com & nuxt",
"build": "nuxt build",
"start": "nuxt start",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore .",
"lint-fix": "eslint --fix --ext .ts,.vue --ignore-path .gitignore .",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@nuxt/http": "^0.6.4",
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/vuetify": "^1.11.3",
"@types/ajv": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/three": "^0.129.1",
"@vue/test-utils": "^1.1.0",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"bar-db": "^6.4.1",
"core-js": "^3.14.0",
"eslint": "^7.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-unused-imports": "^1.0.1",
"flag-icon-css": "^3.5.0",
"iframe-resizer": "^4.3.1",
"jaz-ts-utils": "^1.2.0",
"jest": "^26.5.0",
"lodash": "^4.17.21",
"nuxt": "^2.15.6",
"nuxt-property-decorator": "^2.9.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"three": "latest",
"ts-jest": "^26.4.1",
"ufo": "^0.7.9",
"vue-class-component": "^7.2.6",
"vue-jest": "^3.0.4",
"vue-property-decorator": "^9.1.2",
"vuex-module-decorators": "^1.0.1"
}
}