|
39 | 39 | "start": "rollup -c -w", |
40 | 40 | "test": "yarn jest", |
41 | 41 | "start-all": "concurrently \"yarn start\" \"yarn start-yalc\"", |
42 | | - "start-yalc": "yarn nodemon --watch dist -x \"yarn yalc push\"", |
43 | | - "storybook": "start-storybook -p 6006" |
| 42 | + "start-yalc": "yarn nodemon --watch dist -x \"yarn yalc push\"" |
44 | 43 | }, |
45 | 44 | "dependencies": { |
46 | 45 | "date-fns": "^2.30.0", |
47 | 46 | "uuid": "^9.0.1" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | | - "@babel/core": "^7.21.8", |
51 | | - "@popperjs/core": "^2.11.7", |
52 | 49 | "@release-it/keep-a-changelog": "^4.0.0", |
53 | 50 | "@rollup/plugin-commonjs": "^24.1.0", |
54 | 51 | "@rollup/plugin-node-resolve": "^15.0.2", |
|
59 | 56 | "@typescript-eslint/eslint-plugin": "^5.59.2", |
60 | 57 | "@typescript-eslint/parser": "^5.59.2", |
61 | 58 | "concurrently": "^8.0.1", |
62 | | - "cross-env": "^7.0.3", |
63 | 59 | "eslint": "^8.45.0", |
64 | 60 | "eslint-config-prettier": "^8.8.0", |
65 | 61 | "eslint-import-resolver-typescript": "^3.5.5", |
66 | 62 | "eslint-plugin-import": "^2.27.5", |
67 | 63 | "eslint-plugin-jest": "^27.2.3", |
68 | 64 | "eslint-plugin-jsdoc": "^46.4.4", |
69 | | - "eslint-plugin-storybook": "^0.6.12", |
70 | 65 | "jest": "^29.6.1", |
71 | 66 | "jest-localstorage-mock": "^2.4.26", |
72 | 67 | "nodemon": "^2.0.22", |
|
75 | 70 | "rollup": "^3.21.4", |
76 | 71 | "rollup-plugin-peer-deps-external": "^2.2.4", |
77 | 72 | "rollup-plugin-typescript2": "^0.34.1", |
78 | | - "shx": "^0.3.4", |
79 | 73 | "ts-jest": "^29.1.1", |
80 | | - "tsconfig-paths-webpack-plugin": "^4.0.1", |
81 | 74 | "typescript": "^5.1.6", |
82 | | - "webpack": "^5.82.0", |
83 | 75 | "yalc": "^1.0.0-pre.53" |
84 | 76 | }, |
85 | 77 | "peerDependencies": {}, |
|
0 commit comments