mirror of
https://github.com/jbcr/core.git
synced 2026-04-03 06:42:30 +02:00
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "bolt",
|
|
"version": "4.0.0-alpha.0",
|
|
"homepage": "https://bolt.cm",
|
|
"author": "Bob den Otter <bob@twokings.nl> (https://bolt.cm)",
|
|
"license": "MIT",
|
|
"description": "Bolt 4.0.0 prototype",
|
|
"keywords": [
|
|
"bolt",
|
|
"cms",
|
|
"php",
|
|
"symfony",
|
|
"vue",
|
|
"content",
|
|
"management",
|
|
"system"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/bobdenotter/symfony-skeleton/issues"
|
|
},
|
|
"main": "webpack.config.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bobdenotter/symfony-skeleton.git"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"baguettebox.js": "^1.11.0",
|
|
"bootstrap": "^4.1.3",
|
|
"codemirror": "^5.40.2",
|
|
"jquery": "^3.3.1",
|
|
"moment": "^2.22.2",
|
|
"no-scroll": "^2.1.1",
|
|
"popper.js": "^1.14.4",
|
|
"selectize": "^0.12.6",
|
|
"selectize-bootstrap4-theme": "^2.0.2",
|
|
"simplemde": "^1.11.2",
|
|
"vue": "^2.5.17",
|
|
"vue-flatpickr-component": "^8.0.0",
|
|
"vue-simplemde": "^0.4.8",
|
|
"vue-trumbowyg": "^3.4.0",
|
|
"vuedraggable": "^2.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@symfony/webpack-encore": "^0.20.1",
|
|
"autoprefixer": "^9.3.1",
|
|
"eslint": "5.7.0",
|
|
"eslint-config-prettier": "3.1.0",
|
|
"eslint-plugin-prettier": "3.0.0",
|
|
"eslint-plugin-vue": "4.7.1",
|
|
"node-sass": "^4.9.4",
|
|
"postcss-loader": "^3.0.0",
|
|
"register-service-worker": "^1.5.2",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-loader": "^14",
|
|
"vue-router": "^3.0.1",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"workbox-webpack-plugin": "^3.6.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.vue, assets",
|
|
"lint-fix": "eslint --ext .js,.vue, assets --fix",
|
|
"serve": "encore dev-server --port=8001 --progress --disable-host-check",
|
|
"build": "encore production --progress"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"> 1%"
|
|
]
|
|
}
|