-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
54 lines (54 loc) · 1.92 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
{
"name": "obs-tablet-remote",
"version": "0.0.0",
"private": true,
"description": "OBS Remote interface that's pretty okay I suppose",
"author": "t2t2 <taavot@gmail.com>",
"scripts": {
"build": "vue-cli-service build",
"build:deploy": "cross-env BUILD_HOMEPAGE=/obs-tablet-remote/ vue-cli-service build --modern",
"deploy": "npm-run-all build:deploy deploy:upload",
"deploy:ci": "npm-run-all build:deploy deploy:upload:ci",
"deploy:upload": "gh-pages -d dist",
"deploy:upload:ci": "gh-pages -d dist --repo \"https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git\" --user \"GH Action <1122555+t2t2@users.noreply.github.com>\"",
"dev": "npm run serve",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"core-js": "^3.6.4",
"eventemitter3": "^4.0.4",
"lodash": "^4.17.15",
"sha.js": "^2.4.11",
"vue": "^2.6.11",
"vuex": "^3.4.0",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@ky-is/vue-cli-plugin-tailwind": "^2.0.0",
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-service": "^4.4.4",
"autoprefixer": "^9.8.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^2.2.0",
"npm-run-all": "^4.1.5",
"postcss-calc": "^7.0.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-input-range": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6",
"vue-template-compiler": "^2.6.11",
"xo": "^0.30.0"
},
"homepage": "http://t2t2.github.io/obs-tablet-remote/",
"license": "MIT",
"repository": "https://github.com/t2t2/obs-tablet-remote"
}