s-wheels-ui
Version:
57 lines (56 loc) • 1.54 kB
JSON
{
"name": "s-wheels-ui",
"version": "0.0.5",
"description": "UI框架",
"main": "index.js",
"scripts": {
"start": "parcel index.html --no-cache",
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-minify && karma start --single-run",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"t": "rm -rf ./dist/ && parcel build src/**/__test__/*.js --no-minify && karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Misssusu/wheel.git"
},
"keywords": [
"Vue",
"UI"
],
"author": "suyuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Misssusu/wheel/issues"
},
"homepage": "https://github.com/Misssusu/wheel#readme",
"dependencies": {
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^6.2.0",
"parcel-bundler": "^1.12.3",
"sass": "^1.26.3",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.4",
"webpack": "^4.39.3"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}