]> BookStack Code Mirror - bookstack/blob - package.json
Updated Spanish translation
[bookstack] / package.json
1 {
2   "private": true,
3   "scripts": {
4     "build": "webpack",
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"
11   },
12   "devDependencies": {
13     "@babel/core": "^7.0.0-beta.40",
14     "@babel/preset-env": "^7.0.0-beta.40",
15     "autoprefixer": "^8.1.0",
16     "babel-loader": "^8.0.0-beta.0",
17     "babel-polyfill": "^6.26.0",
18     "css-loader": "^0.28.10",
19     "extract-text-webpack-plugin": "^4.0.0-beta.0",
20     "livereload": "^0.7.0",
21     "node-sass": "^4.7.2",
22     "npm-run-all": "^4.1.2",
23     "postcss-loader": "^2.1.1",
24     "sass-loader": "^6.0.7",
25     "style-loader": "^0.20.3",
26     "uglifyjs-webpack-plugin": "^1.2.3",
27     "webpack": "^4.1.1",
28     "webpack-cli": "^2.0.11"
29   },
30   "dependencies": {
31     "axios": "^0.18.0",
32     "clipboard": "^2.0.0",
33     "codemirror": "^5.26.0",
34     "dropzone": "^5.4.0",
35     "jquery": "^3.3.1",
36     "markdown-it": "^8.3.1",
37     "markdown-it-task-lists": "^2.0.0",
38     "vue": "^2.2.6",
39     "vuedraggable": "^2.14.1"
40   },
41   "browser": {
42     "vue": "vue/dist/vue.common.js"
43   }
44 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.