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.
willaengine/package.json

72 lines
2.6 KiB

6 years ago
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js",
6 years ago
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=webpack.config.js",
6 years ago
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=webpack.config.js"
6 years ago
},
"dependencies": {
5 years ago
"@ckeditor/ckeditor5-build-classic": "^12.3.1",
"@ckeditor/ckeditor5-font": "^11.2.1",
"@ckeditor/ckeditor5-vue": "^1.0.0-beta.2",
6 years ago
"@fortawesome/fontawesome-free": "^5.5.0",
"ajv": "^6.10.0",
5 years ago
"apexcharts": "^3.8.3",
"apollo-boost": "^0.4.3",
5 years ago
"apollo-cache-inmemory": "^1.6.2",
"apollo-link-context": "^1.0.18",
"axios": "^0.18.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
6 years ago
"bootstrap-select": "^1.13.3",
"bootstrap-v4-rtl": "^4.1.1-0",
"bootstrap-vue": "^2.0.0-rc.19",
6 years ago
"chart.js": "^2.7.3",
5 years ago
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
5 years ago
"izitoast": "^1.4.0",
"jalali-moment": "^3.3.3",
5 years ago
"loadash": "^1.0.0",
"vee-validate": "^2.2.15",
5 years ago
"vue-apexcharts": "^1.4.0",
5 years ago
"vue-apollo": "^3.0.0-alpha.3",
6 years ago
"vue-chartjs": "^3.4.0",
"vue-jalali-moment": "^1.0.0",
"vue-moment": "^4.0.0",
6 years ago
"vue-router": "^3.0.2",
"vue-scroll-reveal": "^1.0.11",
5 years ago
"vue-the-mask": "^0.11.1",
5 years ago
"vue-tinymce-editor": "^1.6.2",
"vue2-dropzone": "^3.6.0",
"vuetify": "^2.0.19"
6 years ago
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@mdi/font": "^3.9.97",
6 years ago
"cross-env": "^5.1",
"deepmerge": "^4.0.0",
"fibers": "^4.0.1",
"jquery": "^3.4.1",
"laravel-mix": "^4.0.15",
"material-design-icons-iconfont": "^4.0.3",
"node-sass": "^4.12.0",
"popper.js": "^2.0.0-next.4",
6 years ago
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.22.12",
"sass-loader": "^7.3.1",
"vue": "^2.6.10",
"vue-meta": "^1.5.2",
6 years ago
"vue-resource": "^1.5.1",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
6 years ago
}
}