-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "relaym",
"version": "1.0.0",
"description": "Relaym(リレイム)は、それぞれが聴きたいSpotifyの楽曲を1つのスピーカーで楽しめるWebアプリです。",
"author": "CAMPHOR-",
"private": true,
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "NUXT_HOST=0.0.0.0 nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxt/typescript-runtime": "^2.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/vuetify": "^0.5.6",
"axios": "^0.21.1",
"copy-to-clipboard": "^3.3.1",
"cross-env": "^7.0.3",
"nuxt": "^2.14.12",
"nuxt-property-decorator": "^2.9.1",
"qrcode-svg": "^1.1.0",
"vuetify": "^1.5.16"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.6",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@types/qrcode-svg": "^1.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "3.3.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"node-sass": "^5.0.0",
"nodemon": "^2.0.7",
"prettier": "2.2.1",
"sass-loader": "^10.1.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"trim-right": "^1.0.1",
"typesync": "^0.8.0",
"vuetify-loader": "^1.7.2"
}
}