-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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": "barry",
"version": "1.0.0",
"description": "scUber Queensland Competition",
"author": "Damien Robinson",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "yarn run lint -- --fix",
"test": "codeceptjs run --steps",
"lhci:autorun": "lhci autorun",
"semantic-release": "semantic-release"
},
"dependencies": {
"@nuxt/typescript-runtime": "2.1.0",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/google-tag-manager": "2.3.2",
"@nuxtjs/pwa": "2.6.0",
"axios": "0.21.2",
"bootstrap-vue": "2.21.2",
"dayjs": "1.10.6",
"jquery": "3.5.0",
"nuxt": "2.15.7",
"nuxt-i18n": "5.12.7",
"video.js": "7.13.3",
"vue-mq": "1.0.1",
"vue-scrollto": "2.20.0",
"vuelidate": "0.7.6",
"vuex": "3.6.2"
},
"devDependencies": {
"@lhci/cli": "0.8.0",
"@nuxt/types": "2.15.7",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config-typescript": "6.0.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"codeceptjs": "3.0.7",
"codeceptjs-resemblehelper": "1.9.3",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-prettier": "3.4.0",
"playwright": "1.12.3",
"prettier": "1.19.1",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"semantic-release": "17.4.4",
"serve-handler": "6.1.3",
"typescript": "4.3.5"
}
}