mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"name": "vue-js-modal",
|
|
"description": "Modal Component for Vue.js",
|
|
"version": "1.3.10",
|
|
"author": "euvl <yev.vlasenko@gmail.com>",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/euvl/vue-js-modal.git"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"vue",
|
|
"vuejs",
|
|
"modal",
|
|
"vue-js-modal"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/euvl/vue-js-modal/issues"
|
|
},
|
|
"scripts": {
|
|
"build:client": "webpack --config ./build/webpack.client.config.js --progress --hide-modules",
|
|
"build:ssr": "webpack --config ./build/webpack.ssr.config.js --progress --hide-modules",
|
|
"build:ssr-no-css": "webpack --config ./build/webpack.ssr-no-css.config.js --progress --hide-modules",
|
|
"lint": "eslint --ext .js,.vue src test/unit/specs",
|
|
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
|
|
"build": "npm run build:client && npm run build:ssr && npm run build:ssr-no-css",
|
|
"test:types": "tsc -p types/test"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "latest",
|
|
"babel-preset-env": "^1.5.2",
|
|
"chai": "^3.5.0",
|
|
"cross-env": "^3.0.0",
|
|
"css-loader": "^0.25.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-standard": "^6.2.1",
|
|
"eslint-friendly-formatter": "^2.0.7",
|
|
"eslint-loader": "^1.7.1",
|
|
"eslint-plugin-html": "^2.0.0",
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
"file-loader": "^0.9.0",
|
|
"jasmine-core": "^2.7.0",
|
|
"karma": "^1.4.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-phantomjs-shim": "^1.4.0",
|
|
"karma-sinon-chai": "^1.3.1",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-spec-reporter": "0.0.31",
|
|
"karma-webpack": "^2.0.2",
|
|
"lolex": "^1.5.2",
|
|
"mocha": "^3.2.0",
|
|
"node-sass": "^4.5.0",
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
"sass-loader": "^5.0.1",
|
|
"sinon": "^2.1.0",
|
|
"sinon-chai": "^2.8.0",
|
|
"uglifyjs-webpack-plugin": "^0.4.6",
|
|
"vue": "^2.2.6",
|
|
"vue-hot-reload-api": "^2.0.8",
|
|
"vue-loader": "^10.0.0",
|
|
"vue-style-loader": "^2.0.0",
|
|
"vue-template-compiler": "^2.1.0",
|
|
"webpack": "^2.2.0",
|
|
"webpack-dev-server": "^2.2.0",
|
|
"webpack-merge": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.2.6"
|
|
}
|
|
}
|