|
| 1 | +{ |
| 2 | + "name": "learnstorybook-design-system-template", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "main": "dist/cjs/index.js", |
| 6 | + "module": "dist/esm/index.js", |
| 7 | + "files": [ |
| 8 | + "dist/**/*", |
| 9 | + "README.md" |
| 10 | + ], |
| 11 | + "license": "MIT", |
| 12 | + "scripts": { |
| 13 | + "build": "rollup -c --bundleConfigAsCjs", |
| 14 | + "watch": "rollup --watch -c --bundleConfigAsCjs", |
| 15 | + "clean": "rimraf ./dist", |
| 16 | + "prebuild": "yarn clean", |
| 17 | + "release": "yarn build && auto shipit", |
| 18 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 19 | + "storybook": "storybook dev -p 6006", |
| 20 | + "build-storybook": "storybook build" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "^7.22.5", |
| 24 | + "@babel/preset-env": "^7.21.5", |
| 25 | + "@babel/preset-react": "^7.18.6", |
| 26 | + "@babel/preset-typescript": "^7.21.5", |
| 27 | + "@chromatic-com/storybook": "1.3.4", |
| 28 | + "@emotion/babel-plugin": "^11.11.0", |
| 29 | + "@emotion/react": "^11.11.1", |
| 30 | + "@emotion/styled": "^11.11.0", |
| 31 | + "@rollup/plugin-babel": "^6.0.3", |
| 32 | + "@rollup/plugin-commonjs": "^24.1.0", |
| 33 | + "@rollup/plugin-node-resolve": "^15.0.2", |
| 34 | + "@rollup/plugin-terser": "^0.4.3", |
| 35 | + "@storybook/addon-essentials": "^8.0.10", |
| 36 | + "@storybook/addon-interactions": "^8.0.10", |
| 37 | + "@storybook/addon-links": "^8.0.10", |
| 38 | + "@storybook/addon-onboarding": "^8.0.10", |
| 39 | + "@storybook/blocks": "^8.0.10", |
| 40 | + "@storybook/react": "^8.0.10", |
| 41 | + "@storybook/react-vite": "^8.0.10", |
| 42 | + "@storybook/test": "^8.0.10", |
| 43 | + "@vitejs/plugin-react": "^3.1.0", |
| 44 | + "auto": "^10.3.0", |
| 45 | + "boxen": "^5.0.1", |
| 46 | + "dedent": "^0.7.0", |
| 47 | + "npm-run-all": "^4.1.5", |
| 48 | + "polished": "^4.2.2", |
| 49 | + "prettier": "^2.8.8", |
| 50 | + "prop-types": "^15.8.1", |
| 51 | + "react": "^18.0.0", |
| 52 | + "react-dom": "^18.0.0", |
| 53 | + "rimraf": "^3.0.2", |
| 54 | + "rollup": "^3.25.0", |
| 55 | + "rollup-plugin-dts": "^5.3.0", |
| 56 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 57 | + "storybook": "^8.0.10", |
| 58 | + "vite": "^4.1.4", |
| 59 | + "zx": "^1.14.1" |
| 60 | + }, |
| 61 | + "peerDependencies": { |
| 62 | + "@emotion/react": "^11.11.1", |
| 63 | + "@emotion/styled": "^11.11.0", |
| 64 | + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", |
| 65 | + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" |
| 66 | + }, |
| 67 | + "peerDependenciesMeta": { |
| 68 | + "react": { |
| 69 | + "optional": true |
| 70 | + }, |
| 71 | + "react-dom": { |
| 72 | + "optional": true |
| 73 | + } |
| 74 | + }, |
| 75 | + "resolutions": { |
| 76 | + "jackspeak": "2.1.1" |
| 77 | + } |
| 78 | +} |
0 commit comments