mirror of
https://github.com/jbcr/core.git
synced 2026-03-31 05:12:11 +02:00
122 lines
3.3 KiB
JSON
122 lines
3.3 KiB
JSON
{
|
|
"name": "bolt",
|
|
"version": "4.0.0-alpha.2",
|
|
"homepage": "https://bolt.cm",
|
|
"author": "Bob den Otter <bob@twokings.nl> (https://bolt.cm)",
|
|
"license": "MIT",
|
|
"description": "Bolt 4 npm/javascript packages",
|
|
"keywords": [
|
|
"bolt",
|
|
"cms",
|
|
"php",
|
|
"symfony",
|
|
"vue",
|
|
"content",
|
|
"management",
|
|
"system"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/bolt/four/issues"
|
|
},
|
|
"main": "webpack.config.js",
|
|
"directories": {
|
|
"tests": "tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bolt/four.git"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@vue/cli-service": "^3.5.3",
|
|
"axios": "^0.18.0",
|
|
"baguettebox.js": "^1.11.0",
|
|
"bootstrap": "^4.3.1",
|
|
"codemirror": "^5.45.0",
|
|
"flagpack": "^1.0.3",
|
|
"jquery": "^3.3.1",
|
|
"moment": "^2.24.0",
|
|
"no-scroll": "^2.1.1",
|
|
"popper.js": "^1.14.7",
|
|
"register-service-worker": "^1.6.2",
|
|
"simplemde": "^1.11.2",
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
"stylelint-scss": "^3.5.4",
|
|
"terser": "^3.17.0",
|
|
"tinycolor2": "^1.4.1",
|
|
"vue": "^2.6.10",
|
|
"vue-flatpickr-component": "^8.1.2",
|
|
"vue-multiselect": "^2.1.4",
|
|
"vue-notification": "^1.3.16",
|
|
"vue-simplemde": "^0.5.1",
|
|
"vue-trumbowyg": "^3.4.2",
|
|
"vuedraggable": "^2.20.0",
|
|
"vuex": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/plugin-transform-regenerator": "^7.4.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.0",
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"@symfony/webpack-encore": "^0.26.0",
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
"ajv-keywords": "^3.4.0",
|
|
"autoprefixer": "^9.5.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.5.0",
|
|
"eslint": "^5.15.3",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"jest": "^24.5.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"node-sass": "^4.11.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.6.0",
|
|
"prettier": "^1.16.4",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"sass-loader": "^7.1.0",
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-standard": "^18.2.0",
|
|
"vue-jest": "^3.0.4",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-router": "^3.0.2",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpackbar": "^3.1.5",
|
|
"workbox-webpack-plugin": "^4.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "encore dev-server --port=8234 --progress --disable-host-check --verbose",
|
|
"build": "encore production --progress",
|
|
"serve": "encore dev --watch",
|
|
"lint": "eslint --ext .js,.vue, assets",
|
|
"lint-fix": "eslint --ext .js,.vue, assets --fix",
|
|
"stylelint": "stylelint 'assets/scss'",
|
|
"stylelint-fix": "stylelint 'assets/scss' --fix",
|
|
"test": "jest"
|
|
},
|
|
"browserslist": [
|
|
"> 1%"
|
|
],
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"vue"
|
|
],
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/assets/js/app/$1"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
]
|
|
}
|
|
}
|