|
1 | 1 | {
|
2 | 2 | "name": "@psycle/repsycle",
|
3 |
| - "version": "0.0.26", |
| 3 | + "version": "0.0.27", |
4 | 4 | "description": "Psycle Research front-end toolkit",
|
5 | 5 | "author": "Psycle Research",
|
6 | 6 | "keywords": [
|
|
20 | 20 | "release": "yarn build && yarn publish",
|
21 | 21 | "clean": "rm -rf dist/",
|
22 | 22 | "storybook": "start-storybook -p 6006",
|
23 |
| - "build-storybook": "build-storybook", |
24 |
| - "prepare": "install-peers" |
| 23 | + "build-storybook": "build-storybook" |
25 | 24 | },
|
26 | 25 | "dependencies": {
|
27 |
| - "@svgdotjs/svg.draggable.js": "^3.0.2", |
28 | 26 | "@svgdotjs/svg.js": "^3.0.16",
|
29 |
| - "interactjs": "^1.9.20" |
| 27 | + "interactjs": "^1.10.14", |
| 28 | + "lodash": "^4.17.21" |
30 | 29 | },
|
31 | 30 | "peerDependencies": {
|
32 |
| - "react": "^17.0.2", |
33 |
| - "react-dom": "^17.0.2" |
| 31 | + "react": "^17.0.0", |
| 32 | + "react-dom": "^17.0.0" |
34 | 33 | },
|
35 | 34 | "devDependencies": {
|
36 | 35 | "@babel/core": "^7.15.0",
|
| 36 | + "@babel/helper-get-function-arity": "^7.16.7", |
37 | 37 | "@babel/preset-env": "^7.18.2",
|
38 | 38 | "@babel/preset-typescript": "^7.17.12",
|
39 | 39 | "@rollup/plugin-commonjs": "^20.0.0",
|
40 | 40 | "@rollup/plugin-node-resolve": "^13.0.4",
|
41 | 41 | "@rollup/plugin-typescript": "^8.3.0",
|
42 |
| - "@storybook/addon-actions": "^6.5.8", |
43 |
| - "@storybook/addon-essentials": "^6.5.8", |
44 |
| - "@storybook/addon-links": "^6.5.8", |
45 |
| - "@storybook/builder-webpack5": "^6.5.8", |
46 |
| - "@storybook/manager-webpack5": "^6.5.8", |
47 |
| - "@storybook/react": "^6.5.8", |
| 42 | + "@storybook/addon-actions": "^6.5.10", |
| 43 | + "@storybook/addon-essentials": "^6.5.10", |
| 44 | + "@storybook/addon-links": "^6.5.10", |
| 45 | + "@storybook/builder-webpack5": "^6.5.10", |
| 46 | + "@storybook/manager-webpack5": "^6.5.10", |
| 47 | + "@storybook/react": "^6.5.10", |
| 48 | + "@types/react": "^17", |
| 49 | + "@types/react-dom": "^17", |
48 | 50 | "@typescript-eslint/eslint-plugin": "^5.21.0",
|
49 | 51 | "@typescript-eslint/parser": "^5.21.0",
|
50 | 52 | "babel-loader": "^8.2.2",
|
|
53 | 55 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
54 | 56 | "eslint-plugin-react": "^7.29.4",
|
55 | 57 | "eslint-plugin-react-hooks": "^4.5.0",
|
56 |
| - "eslint-plugin-storybook": "^0.5.12", |
| 58 | + "eslint-plugin-storybook": "^0.6.4", |
57 | 59 | "eslint-plugin-unused-imports": "^2.0.0",
|
58 | 60 | "install-peers-cli": "^2.2.0",
|
59 | 61 | "prettier": "^2.6.2",
|
| 62 | + "react": "^17", |
| 63 | + "react-dom": "^17", |
60 | 64 | "rollup": "^2.56.3",
|
61 | 65 | "rollup-plugin-cleaner": "^1.0.0",
|
62 | 66 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
|
0 commit comments