|
8 | 8 | "module": "dist/react-live.es.js",
|
9 | 9 | "license": "MIT",
|
10 | 10 | "scripts": {
|
11 |
| - "storybook": "start-storybook -p 9001 -c .storybook", |
12 |
| - "storybook:build": "build-storybook -c .storybook -o .out", |
| 11 | + "storybook": "start-storybook -p 9001", |
| 12 | + "storybook:build": "build-storybook -o .out", |
13 | 13 | "prebuild:lib": "rm -rf lib/*",
|
14 | 14 | "build": "rollup -c",
|
15 | 15 | "prepublishOnly": "npm run build",
|
|
29 | 29 | "unescape": "^1.0.1"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@storybook/addon-knobs": "^3.3.12", |
33 |
| - "@storybook/react": "^3.3.12", |
| 32 | + "@babel/core": "^7.15.0", |
| 33 | + "@babel/eslint-parser": "^7.15.0", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 35 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
| 36 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 37 | + "@babel/preset-env": "^7.15.0", |
| 38 | + "@babel/preset-react": "^7.14.5", |
| 39 | + "@rollup/plugin-babel": "^5.3.0", |
| 40 | + "@rollup/plugin-commonjs": "^20.0.0", |
| 41 | + "@rollup/plugin-node-resolve": "^13.0.4", |
| 42 | + "@rollup/plugin-replace": "^3.0.0", |
| 43 | + "@storybook/addon-controls": "^6.3.6", |
| 44 | + "@storybook/react": "^6.3.6", |
34 | 45 | "@types/react": "^16.0.36",
|
35 |
| - "babel-core": "^6.26.0", |
36 |
| - "babel-eslint": "^10.0.1", |
37 |
| - "babel-jest": "^22.2.0", |
38 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
39 |
| - "babel-plugin-external-helpers": "^6.22.0", |
40 |
| - "babel-plugin-transform-class-properties": "^6.23.0", |
41 |
| - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
42 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
43 |
| - "babel-preset-env": "^1.3.2", |
44 |
| - "babel-preset-react": "^6.23.0", |
| 46 | + "babel-jest": "^27.0.6", |
| 47 | + "babel-loader": "^8.2.2", |
| 48 | + "babel-plugin-add-module-exports": "^1.0.4", |
| 49 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
45 | 50 | "enzyme": "^3.3.0",
|
46 | 51 | "enzyme-adapter-react-16": "^1.1.1",
|
47 | 52 | "eslint": "^5.16.0",
|
|
50 | 55 | "eslint-plugin-filenames": "^1.2.0",
|
51 | 56 | "eslint-plugin-import": "^2.9.0",
|
52 | 57 | "eslint-plugin-react": "^7.7.0",
|
53 |
| - "jest": "^22.2.1", |
| 58 | + "jest": "^27.0.6", |
54 | 59 | "prettier": "^1.17.0",
|
55 | 60 | "react": "^16.8.0",
|
56 | 61 | "react-dom": "^16.8.0",
|
57 |
| - "rollup": "^0.55.3", |
58 |
| - "rollup-plugin-babel": "^3.0.3", |
59 |
| - "rollup-plugin-commonjs": "^8.3.0", |
60 |
| - "rollup-plugin-filesize": "^1.5.0", |
61 |
| - "rollup-plugin-node-resolve": "^3.0.2", |
62 |
| - "rollup-plugin-replace": "^2.0.0", |
63 |
| - "rollup-plugin-uglify-es": "^0.0.1", |
| 62 | + "rollup": "^2.55.1", |
| 63 | + "rollup-plugin-filesize": "^9.1.1", |
| 64 | + "rollup-plugin-terser": "^7.0.2", |
64 | 65 | "styled-components": "^4.0.0-beta.8",
|
65 | 66 | "typescript": "^2.9.2",
|
66 | 67 | "typings-tester": "^0.3.1"
|
|
0 commit comments