This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.69 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
{
"name": "vue-buttplug-material-component",
"version": "1.0.3",
"main": "dist/index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build:vue-cli": "vue-cli-service build",
"build:vue-cli:lib": "vue-cli-service build --target lib --name vue-buttplug-material-component src/ButtplugPanel.vue",
"build:main": "tsc -p tsconfig.json",
"build:dev": "yarn build:main && webpack --progress --hide-modules --config=build/webpack.base.js",
"build:webpack": "yarn build:main && webpack --progress --hide-modules --config=build/webpack.production.js",
"build:analyze": "webpack --hide-modules --config=build/webpack.analyzer.js",
"build:example:dev": "yarn build:main && webpack --progress --hide-modules --config=build/webpack.example.js",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"peerDependencies": {
"buttplug": ">=0.12.1",
"vue": "^2.6.10",
"vuetify": "^1.5.16"
},
"dependencies": {
"vue-class-component": "^7.1.0",
"vue-cookies": "^1.5.13",
"vue-property-decorator": "^8.2.1"
},
"devDependencies": {
"@mdi/font": "^3.8.95",
"@types/jest": "^24.0.15",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/cli-service": "^3.9.3",
"@vue/test-utils": "1.0.0-beta.29",
"buttplug": "^0.13.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"typescript": "^4.0.2",
"vue": "^2.6.10",
"vue-cli-plugin-vuetify": "^0.6.1",
"vue-template-compiler": "^2.6.10",
"vuetify": "^1.5.16",
"vuetify-loader": "^1.3.0",
"webpack-cli": "^3.3.6"
}
}