]> BookStack Code Mirror - bookstack/blob - package.json
update Japanese language for code editor
[bookstack] / package.json
1 {
2   "private": true,
3   "scripts": {
4     "build": "gulp build",
5     "production": "gulp build --production",
6     "dev": "gulp",
7     "watch": "gulp",
8     "permissions": "chown -R $USER:$USER bootstrap/cache storage public/uploads"
9   },
10   "devDependencies": {
11     "babelify": "^7.3.0",
12     "browserify": "^14.3.0",
13     "envify": "^4.0.0",
14     "gulp": "3.9.1",
15     "gulp-autoprefixer": "3.1.1",
16     "gulp-clean-css": "^3.0.4",
17     "gulp-livereload": "^3.8.1",
18     "gulp-minify-css": "1.2.4",
19     "gulp-plumber": "1.1.0",
20     "gulp-sass": "3.1.0",
21     "gulp-uglify": "2.1.2",
22     "vinyl-buffer": "^1.0.0",
23     "vinyl-source-stream": "^1.1.0",
24     "watchify": "^3.9.0",
25     "yargs": "^7.1.0"
26   },
27   "dependencies": {
28     "angular": "^1.5.5",
29     "angular-animate": "^1.5.5",
30     "angular-resource": "^1.5.5",
31     "angular-sanitize": "^1.5.5",
32     "angular-ui-sortable": "^0.17.0",
33     "axios": "^0.16.1",
34     "babel-polyfill": "^6.23.0",
35     "babel-preset-es2015": "^6.24.1",
36     "clipboard": "^1.7.1",
37     "codemirror": "^5.26.0",
38     "dropzone": "^4.0.1",
39     "gulp-util": "^3.0.8",
40     "markdown-it": "^8.3.1",
41     "markdown-it-task-lists": "^2.0.0",
42     "moment": "^2.12.0",
43     "vue": "^2.2.6",
44     "vuedraggable": "^2.14.1"
45   },
46   "browser": {
47     "vue": "vue/dist/vue.common.js"
48   }
49 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.