|
1 | 1 | { |
2 | 2 | "name": "stackup2-barefoot-frontend", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "This is the frontend of the barefoot-nomad app", |
| 4 | + "description": "This is the frontend of the Barefoot Nomad application", |
5 | 5 | "main": "src/entry/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "webpack -p --env production", |
8 | 8 | "dev": "webpack-dev-server --env development --watch --open", |
9 | 9 | "start": "npm run build && node ./src/entry/server.js", |
10 | | - "test": "jest" |
| 10 | + "test": "jest", |
| 11 | + "storybook": "start-storybook -p 6006", |
| 12 | + "build-storybook": "build-storybook" |
11 | 13 | }, |
12 | 14 | "repository": { |
13 | 15 | "type": "git", |
|
27 | 29 | "homepage": "https://github.com/Stackup-Rwanda/stackup2-barefoot-frontend#readme", |
28 | 30 | "dependencies": { |
29 | 31 | "@babel/core": "^7.9.6", |
30 | | - "@babel/preset-env": "^7.9.6", |
31 | 32 | "@babel/preset-react": "^7.9.4", |
32 | | - "babel-eslint": "^10.1.0", |
| 33 | + "@storybook/addon-actions": "^5.3.18", |
| 34 | + "@storybook/addon-links": "^5.3.18", |
| 35 | + "@storybook/addons": "^5.3.18", |
| 36 | + "@storybook/react": "^5.3.18", |
33 | 37 | "babel-jest": "^26.0.1", |
34 | 38 | "babel-loader": "^8.1.0", |
35 | 39 | "babel-plugin-transform-class-properties": "^6.24.1", |
|
43 | 47 | "html-webpack-plugin": "^4.3.0", |
44 | 48 | "identity-obj-proxy": "^3.0.0", |
45 | 49 | "jest": "^26.0.1", |
46 | | - "jest-enzyme": "^7.1.2", |
47 | 50 | "jest-html-reporters": "^1.2.1", |
48 | 51 | "jest-transform-stub": "^2.0.0", |
49 | 52 | "mini-css-extract-plugin": "^0.9.0", |
|
0 commit comments