forked from stream-labs/beaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "streamlabs-beaker",
"version": "0.2.16",
"main": "./dist/beaker.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name beaker ./src/system.js",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name beaker ./src/system.js",
"prepare": "vue-cli-service build --target lib --name beaker ./src/system.js"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"dependencies": {
"@types/vue-color": "^2.4.1",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-color": "^2.7.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vue-select": "^2.5.1",
"vue-slider-component": "^2.8.0",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@types/node": "^10.12.2",
"@types/vue-select": "^2.4.0",
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-prettier": "^3.0.5",
"@vue/eslint-config-typescript": "^3.0.5",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.17"
},
"types": "./index.d.ts"
}