5 "production": "NODE_ENV=production webpack && rm -f ./public/dist/*styles.js",
6 "build-profile": "NODE_ENV=production webpack --profile --json > webpack-stats.json && rm -f ./public/dist/*styles.js",
7 "dev": "npm-run-all --parallel watch livereload",
8 "watch": "webpack --watch",
9 "livereload": "livereload ./public/dist/",
10 "permissions": "chown -R $USER:$USER bootstrap/cache storage public/uploads"
13 "@babel/core": "^7.1.6",
14 "@babel/polyfill": "^7.0.0",
15 "@babel/preset-env": "^7.1.6",
16 "autoprefixer": "^9.4.7",
17 "babel-loader": "^8.0.4",
18 "css-loader": "^2.1.0",
19 "livereload": "^0.7.0",
20 "mini-css-extract-plugin": "^0.5.0",
21 "node-sass": "^4.10.0",
22 "npm-run-all": "^4.1.5",
23 "postcss-loader": "^3.0.0",
24 "sass-loader": "^7.1.0",
25 "style-loader": "^0.23.1",
26 "uglifyjs-webpack-plugin": "^2.1.1",
28 "webpack-cli": "^3.1.2"
32 "clipboard": "^2.0.4",
33 "codemirror": "^5.42.0",
36 "jquery-sortable": "^0.9.13",
37 "markdown-it": "^8.4.2",
38 "markdown-it-task-lists": "^2.1.1",
40 "vuedraggable": "^2.16.0"
43 "vue": "vue/dist/vue.common.js"