-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.71 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.71 KB
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
{
"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": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm-run-all build:deploy deploy:upload",
"build:deploy": "cross-env BUILD_HOMEPAGE=/obs-tablet-remote/ vue-cli-service build --modern",
"deploy:upload": "gh-pages -d dist",
"dev": "npm run serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@fullhuman/postcss-purgecss": "^1.2.0",
"lodash": "^4.17.11",
"sha.js": "^2.4.11",
"vue": "^2.6.10",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@ky-is/vue-cli-plugin-tailwind": "^1.6.0",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-vue": "^5.2.2",
"fibers": "^4.0.1",
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.5",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-preset-env": "^6.6.0",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.0.1",
"vue-template-compiler": "^2.6.10",
"xo": "^0.24.0"
},
"homepage": "http://t2t2.github.io/obs-tablet-remote/",
"license": "MIT",
"repository": "https://github.com/t2t2/obs-tablet-remote"
}