67 строки
2.2 KiB
JSON
67 строки
2.2 KiB
JSON
{
|
|
"name": "vue-dashboard",
|
|
"version": "0.1.0",
|
|
"description": "A Vue.js project with Kendo Vue wrappers",
|
|
"author": "Progress",
|
|
"private": true,
|
|
"scripts": {
|
|
"watchify": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js",
|
|
"serve": "http-server -o -c 1 -a localhost",
|
|
"dev": "npm-run-all --parallel watchify serve",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"build": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o dist/build.css ] -e src/main.js > dist/build.js"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"babelify",
|
|
"vueify"
|
|
]
|
|
},
|
|
"browser": {
|
|
"vue": "vue/dist/vue.common.js"
|
|
},
|
|
"dependencies": {
|
|
"vue": "2.6.14",
|
|
"vue-router": "3.0.1",
|
|
"jquery": "3.5.1",
|
|
"@progress/kendo-ui": "2021.3.914",
|
|
"bootstrap": "git://github.com/twbs/bootstrap.git#95f37e4c402df37db16781995ffa1592032df9c8",
|
|
"@progress/kendo-grid-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-datasource-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-buttons-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-window-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-inputs-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-charts-vue-wrapper": "2021.3.914",
|
|
"@progress/kendo-theme-bootstrap": "^2.8.0",
|
|
"@progress/kendo-theme-default": "^2.40.2",
|
|
"marked": "^0.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "git://github.com/twbs/bootstrap.git#95f37e4c402df37db16781995ffa1592032df9c8",
|
|
"@progress/kendo-theme-bootstrap": "^2.8.0",
|
|
"@progress/kendo-theme-default": "^2.40.2",
|
|
"babel-core": "^6.0.0",
|
|
"babel-plugin-transform-runtime": "^6.0.0",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-stage-2": "^6.0.0",
|
|
"babel-runtime": "^6.0.0",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.1.0",
|
|
"browserify-hmr": "^0.4.1",
|
|
"cross-env": "^2.0.0",
|
|
"envify": "^3.4.1",
|
|
"eslint": "^3.3.0",
|
|
"eslint-config-standard": "^5.3.5",
|
|
"eslint-plugin-html": "^1.5.2",
|
|
"eslint-plugin-promise": "^2.0.1",
|
|
"eslint-plugin-standard": "^2.0.0",
|
|
"http-server": "^0.9.0",
|
|
"node-sass": "^4.5.3",
|
|
"npm-run-all": "^2.3.0",
|
|
"proxyquireify": "^3.0.1",
|
|
"uglify-js": "^2.5.0",
|
|
"vueify": "^9.0.0",
|
|
"watchify": "^3.4.0"
|
|
}
|
|
}
|