UNPKG

1.98 kBJSONView Raw
1{
2 "name": "buuk",
3 "description": "A fast and simple markdown based documentation generator.",
4 "version": "3.0.1",
5 "keywords": [
6 "markdown",
7 "documentation",
8 "doc",
9 "docs",
10 "pwa",
11 "progressive",
12 "progressive web application"
13 ],
14 "license": "MIT",
15 "author": "Robert Hang (https://groundedrob.com)",
16 "scripts": {
17 "dev": "cross-env NODE_ENV=development webpack-dev-server --config=./build/webpack.config.js --inline --hot --open ",
18 "build": "cross-env NODE_ENV=production node build/build.js",
19 "pwa": "cross-env NODE_ENV=pwa node build/build.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/hang-up/buk.git"
24 },
25 "main": "dist/bundle.js",
26 "devDependencies": {
27 "babel-core": "^6.25.0",
28 "babel-loader": "^7.0.0",
29 "babel-plugin-transform-object-rest-spread": "^6.23.0",
30 "babel-preset-env": "^1.5.2",
31 "chalk": "^1.1.3",
32 "cross-env": "^3.0.0",
33 "css-loader": "^0.25.0",
34 "del": "^3.0.0",
35 "file-loader": "^0.9.0",
36 "fuse.js": "^2.6.1",
37 "jquery": "^2.2.4",
38 "lodash": "^4.17.4",
39 "lower-case": "^1.1.4",
40 "markdown-it": "^8.2.2",
41 "markdown-it-center-text": "^1.0.3",
42 "markdown-it-highlightjs": "^3.0.0",
43 "markdown-it-mermaid": "^0.1.8",
44 "material-icons": "^0.1.0",
45 "materialize-css": "https://github.com/ZiperRom1/materialize/tarball/7a0f549d461f2f512078ca52a19d97445351bf06",
46 "mv": "^2.1.1",
47 "node-sass": "^4.5.0",
48 "offline-plugin": "^4.8.1",
49 "ora": "^1.2.0",
50 "raw-loader": "^0.5.1",
51 "sass-loader": "^5.0.1",
52 "slugify": "^1.1.0",
53 "style-loader": "^0.13.1",
54 "uglify-js": "^2.8.28",
55 "uglifyjs-webpack-plugin": "^0.4.3",
56 "vue": "^2.3.4",
57 "vue-loader": "^12.2.1",
58 "vue-router": "^2.5.3",
59 "vue-template-compiler": "^2.3.4",
60 "vuex": "^2.3.1",
61 "webpack": "^2.6.1",
62 "webpack-bundle-analyzer": "^2.8.2",
63 "webpack-dev-server": "^2.2.0",
64 "webpack-merge": "^4.1.0"
65 }
66}