mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-28 07:54:52 +08:00
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"name": "vue-material-kit",
|
|
"author": "Creative Tim https://www.creative-tim.com/",
|
|
"description": "Vue Material Kit",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --open",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"dev": "npm run serve",
|
|
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run dev",
|
|
"test": "wdio",
|
|
"test:kit": "npm test -- tests/config/wdio.conf.dev.js",
|
|
"generateReport": "reg-cli ./screenshots/latest/ ./screenshots/baseline/ ./screenshots/diff/ -J tests/config/regconfig.json -R ./report.html"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.0.2",
|
|
"chai-webdriverio": "^0.4.1",
|
|
"node-fetch": "^2.6.0",
|
|
"nouislider": "13.1.0",
|
|
"reg-keygen-git-hash-plugin": "^0.7.16",
|
|
"reg-notify-github-plugin": "^0.7.19",
|
|
"reg-notify-slack-plugin": "^0.7.16",
|
|
"reg-publish-s3-plugin": "^0.7.18",
|
|
"reg-suit": "^0.7.17",
|
|
"v-tooltip": "2.0.0-rc.33",
|
|
"vue": "2.6.6",
|
|
"vue-carousel": "0.17.0",
|
|
"vue-clickaway": "2.2.2",
|
|
"vue-lazyload": "1.2.6",
|
|
"vue-material": "1.0.0-beta-10.2",
|
|
"vue-router": "3.0.2",
|
|
"wdio-chromedriver-service": "^0.1.3",
|
|
"wdio-concise-reporter": "^0.1.2",
|
|
"wdio-mocha-framework": "^0.5.10",
|
|
"wdio-selenium-standalone-service": "0.0.11",
|
|
"wdio-slack-reporter": "^1.0.0",
|
|
"wdio-spec-reporter": "^0.1.5",
|
|
"wdio-static-server-service": "^1.0.1",
|
|
"wdio-visual-regression-service": "^0.8.0",
|
|
"webdriverio": "^4.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "3.4.0",
|
|
"@vue/cli-plugin-eslint": "3.4.0",
|
|
"@vue/cli-service": "3.4.0",
|
|
"@vue/eslint-config-prettier": "4.0.1",
|
|
"node-sass": "4.11.0",
|
|
"sass-loader": "7.1.0",
|
|
"vue-template-compiler": "2.6.6"
|
|
}
|
|
}
|