You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
674 B
27 lines
674 B
3 years ago
|
{
|
||
|
"name": "vue-style-loader",
|
||
|
"version": "4.1.3",
|
||
|
"author": "Evan You",
|
||
|
"description": "Vue.js style loader module for webpack",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:vuejs/vue-style-loader.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "jest",
|
||
|
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"hash-sum": "^1.0.2",
|
||
|
"loader-utils": "^1.0.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-jest": "^22.1.0",
|
||
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
||
|
"conventional-changelog-cli": "^2.0.1",
|
||
|
"jest": "^22.1.4"
|
||
|
}
|
||
|
}
|