mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"production": "NODE_ENV=production webpack && rm -f ./public/dist/*styles.js",
|
|
"build-profile": "NODE_ENV=production webpack --profile --json > webpack-stats.json && rm -f ./public/dist/*styles.js",
|
|
"dev": "npm-run-all --parallel watch livereload",
|
|
"watch": "webpack --watch",
|
|
"livereload": "livereload ./public/dist/",
|
|
"permissions": "chown -R $USER:$USER bootstrap/cache storage public/uploads"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"autoprefixer": "^8.6.5",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^0.28.11",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"livereload": "^0.7.0",
|
|
"node-sass": "^4.10.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-loader": "^2.1.6",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.21.0",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"webpack": "^4.26.1",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"clipboard": "^2.0.4",
|
|
"codemirror": "^5.42.0",
|
|
"dropzone": "^5.5.1",
|
|
"jquery": "^3.3.1",
|
|
"jquery-sortable": "^0.9.13",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"vue": "^2.5.17",
|
|
"vuedraggable": "^2.16.0"
|
|
},
|
|
"browser": {
|
|
"vue": "vue/dist/vue.common.js"
|
|
}
|
|
}
|