diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/package.json b/package.json index ff4b694..6522e9d 100644 --- a/package.json +++ b/package.json @@ -10,28 +10,41 @@ "build": "nuxt generate", "postbuild": "./scripts/postbuild.sh", "start": "nuxt start", - "test": "jest" + "test": "jest", + "storybook": "start-storybook -p 6006 -s static", + "build-storybook": "build-storybook" }, "dependencies": { "@nuxtjs/axios": "^5.3.6", "@nuxtjs/pwa": "^3.0.0-0", + "axios": "^0.19.0", "esm": "^3.2.25", "front-matter": "^3.0.2", "jsdom": "^15.1.1", - "kronikarz": "^0.1.3", + "kronikarz": "^1.1.0", "markdown-it": "^10.0.0", "nuxt": "^2.0.0", "raw-loader": "^3.1.0", "tough-cookie": "^3.0.1" }, "devDependencies": { + "@babel/core": "^7.6.4", + "@storybook/addon-actions": "^5.2.4", + "@storybook/addon-links": "^5.2.4", + "@storybook/addon-storyshots": "^5.2.4", + "@storybook/addons": "^5.2.4", + "@storybook/vue": "^5.2.4", "@vue/test-utils": "^1.0.0-beta.27", "babel-jest": "^24.1.0", + "babel-loader": "^8.0.6", + "babel-plugin-require-context-hook": "^1.0.0", + "babel-preset-vue": "^2.0.2", "coveralls": "^3.0.6", "eslint-config-prettier": "^4.1.0", "eslint-plugin-prettier": "^3.0.1", "jest": "^24.1.0", "jest-serializer-vue": "^2.0.2", + "jest-vue-preprocessor": "^1.7.0", "prettier": "^1.16.4", "vue-jest": "^4.0.0-0" }, |