-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.6 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "rap-tap-app",
"displayName": "ラップ、タップ、アップ 🎶",
"displayShortName": "ラップ🎤",
"description": "リアルタイム の 競演 と 参加型観戦 で 音楽を最高に楽しむ",
"appHost": "https://riotz.works",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "rimraf node_modules/.cache .nuxt dist src/static/sw.js src/static/sitemap.xml* .lighthouseci",
"setup": "yarn install --ignore-optional",
"dev": "nuxt-ts",
"build": "cross-env DEPLOY_ENV=GH_PAGES nuxt-ts build",
"export": "nuxt-ts export",
"lint": "yarn lint:js && yarn lint:style",
"lint:js": "eslint . --ext .js,.ts,.vue --ignore-path .gitignore",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint:fix": "yarn lint:fix:js && yarn lint:fix:style",
"lint:fix:js": "yarn lint:js --fix",
"lint:fix:style": "yarn lint:style --fix",
"lhci": "lhci autorun --output json --output html",
"deploy": "gh-pages -t -d dist/rap-tap-app -b master -m 'Update Site [ci skip]'",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@firebase/app": "^0.6.11",
"@firebase/auth": "^0.14.9",
"@firebase/database": "^0.6.10",
"qrcode": "^1.4.4",
"skyway-js": "^1.4.0"
},
"devDependencies": {
"@lhci/cli": "^0.5.0",
"@nuxt/typescript-build": "^1.0.3",
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/vuetify": "^1.11.2",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"all-contributors-cli": "^6.17.4",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^3.1.0",
"nuxt": "^2.14.6",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"stylelint": "^13.7.2",
"stylelint-config-recess-order": "^2.1.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"homepage": "https://github.com/riotz-works/rap-tap-app#readme",
"repository": {
"type": "git",
"url": "https://github.com/riotz-works/rap-tap-app.git"
},
"bugs": {
"url": "https://github.com/riotz-works/rap-tap-app/issues"
},
"author": "Riotz.works (https://riotz.works)",
"license": "MIT"
}