BookStack/package.json

45 lines
1.4 KiB
JSON
Raw Normal View History

2015-07-12 19:01:42 +00:00
{
"private": true,
"scripts": {
2018-03-11 16:16:30 +00:00
"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"
2015-07-12 19:01:42 +00:00
},
"devDependencies": {
2018-03-11 16:16:30 +00:00
"@babel/core": "^7.0.0-beta.40",
2018-07-28 14:03:29 +00:00
"@babel/polyfill": "^7.0.0-beta.40",
2018-03-11 16:16:30 +00:00
"@babel/preset-env": "^7.0.0-beta.40",
"autoprefixer": "^8.1.0",
2018-03-11 16:16:30 +00:00
"babel-loader": "^8.0.0-beta.0",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"livereload": "^0.7.0",
2018-07-28 14:03:29 +00:00
"node-sass": "^4.9.2",
"npm-run-all": "^4.1.2",
"postcss-loader": "^2.1.1",
2018-04-30 13:54:44 +00:00
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
2018-03-11 16:16:30 +00:00
"uglifyjs-webpack-plugin": "^1.2.3",
2018-07-28 14:03:29 +00:00
"webpack": "^4.16.3",
"webpack-cli": "^2.0.11"
},
"dependencies": {
2018-03-11 16:16:30 +00:00
"axios": "^0.18.0",
"clipboard": "^2.0.0",
2017-05-28 12:16:21 +00:00
"codemirror": "^5.26.0",
2018-03-11 16:16:30 +00:00
"dropzone": "^5.4.0",
"jquery": "^3.3.1",
"markdown-it": "^8.3.1",
"markdown-it-task-lists": "^2.0.0",
2017-08-10 19:11:25 +00:00
"vue": "^2.2.6",
"vuedraggable": "^2.14.1"
},
"browser": {
"vue": "vue/dist/vue.common.js"
2015-07-12 19:01:42 +00:00
}
}