forked from mariomka/vue-checkbox-radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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": "@inventory-shield/vue-checkbox-radio",
"version": "0.7.3",
"description": "Checkbox and radio component for Vue.js 3",
"keywords": [
"checkbox",
"radio",
"vue"
],
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode=production --progress",
"docs": "webpack --mode=production --progress --config docs/webpack.config.js",
"docs-watch": "webpack --progress --config docs/webpack.config.js --watch",
"prepublishOnly": "npm run build"
},
"author": {
"name": "Mario Juárez",
"email": "mario@mjp.one",
"url": "http://www.mjp.one"
},
"repository": "Inventory-Shield/vue-checkbox-radio",
"bugs": {
"url": "https://github.com/Inventory-Shield/vue-checkbox-radio/issues"
},
"homepage": "https://github.com/Inventory-Shield/vue-checkbox-radio#readme",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@vue/compiler-sfc": "^3.0.11",
"css-loader": "^5.2.4",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"vue": "^3.0.11",
"vue-loader": "^16.2.0",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
}
}