|
1 | 1 | { |
2 | | - "name": "@togglecorp/toggle-form-storybook", |
3 | | - "version": "1.0.0", |
4 | | - "description": "", |
5 | | - "scripts": { |
6 | | - "typecheck": "tsc", |
7 | | - "lint": "eslint ./stories --report-unused-disable-directives", |
8 | | - "check-unused": "unimported", |
9 | | - "storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006", |
10 | | - "storybook:build": "build-storybook" |
11 | | - }, |
12 | | - "keywords": [], |
13 | | - "author": "", |
14 | | - "license": "ISC", |
15 | | - "devDependencies": { |
16 | | - "@babel/core": "^7.19.3", |
17 | | - "@storybook/addon-actions": "^6.5.12", |
18 | | - "@storybook/addon-essentials": "^6.5.12", |
19 | | - "@storybook/addon-interactions": "^6.5.12", |
20 | | - "@storybook/addon-links": "^6.5.12", |
21 | | - "@storybook/builder-vite": "^0.2.3", |
22 | | - "@storybook/react": "^6.5.12", |
23 | | - "@storybook/testing-library": "^0.0.13", |
24 | | - "@types/react": "^18.0.21", |
25 | | - "@types/react-dom": "^18.0.6", |
26 | | - "@typescript-eslint/eslint-plugin": "^5.59.8", |
27 | | - "@typescript-eslint/parser": "^5.59.8", |
28 | | - "babel-loader": "^8.2.5", |
29 | | - "eslint": "^8.24.0", |
30 | | - "eslint-config-airbnb": "^19.0.4", |
31 | | - "eslint-plugin-import": "^2.26.0", |
32 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
33 | | - "eslint-plugin-react": "^7.31.8", |
34 | | - "eslint-plugin-react-hooks": "^4.6.0", |
35 | | - "postcss-nested": "^6.0.0", |
36 | | - "postcss-normalize": "^10.0.1", |
37 | | - "postcss-preset-env": "^7.8.2", |
38 | | - "stylelint": "^14.13.0", |
39 | | - "stylelint-config-concentric": "^2.0.2", |
40 | | - "stylelint-config-recommended": "^9.0.0", |
41 | | - "typescript": "^5.0.4", |
42 | | - "vite": "^3.1.6" |
43 | | - }, |
44 | | - "dependencies": { |
45 | | - "@togglecorp/fujs": "^1.9.3", |
46 | | - "@togglecorp/toggle-form": "^2.0.0", |
47 | | - "@togglecorp/toggle-ui": "^0.15.0", |
48 | | - "react": "^18.2.0", |
49 | | - "react-dom": "^18.2.0", |
50 | | - "unimported": "^1.22.0" |
51 | | - } |
| 2 | + "name": "@togglecorp/toggle-form-storybook", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "scripts": { |
| 6 | + "typecheck": "tsc", |
| 7 | + "lint": "eslint ./stories --report-unused-disable-directives", |
| 8 | + "check-unused": "unimported", |
| 9 | + "storybook": "start-storybook -p 6006 --no-open", |
| 10 | + "build-storybook": "build-storybook" |
| 11 | + }, |
| 12 | + "keywords": [], |
| 13 | + "author": "", |
| 14 | + "license": "ISC", |
| 15 | + "dependencies": { |
| 16 | + "@togglecorp/fujs": "^1.9.3", |
| 17 | + "@togglecorp/toggle-form": "^2.0.3", |
| 18 | + "@togglecorp/toggle-ui": "^0.15.0", |
| 19 | + "react": "^18.2.0", |
| 20 | + "react-dom": "^18.2.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "^7.19.3", |
| 24 | + "@storybook/addon-actions": "^6.5.12", |
| 25 | + "@storybook/addon-essentials": "^6.5.12", |
| 26 | + "@storybook/addon-interactions": "^6.5.12", |
| 27 | + "@storybook/addon-links": "^6.5.12", |
| 28 | + "@storybook/builder-vite": "^0.2.3", |
| 29 | + "@storybook/react": "^6.5.12", |
| 30 | + "@storybook/testing-library": "^0.0.13", |
| 31 | + "@types/react": "^18.0.21", |
| 32 | + "@types/react-dom": "^18.0.6", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 34 | + "@typescript-eslint/parser": "^5.59.8", |
| 35 | + "babel-loader": "^8.2.5", |
| 36 | + "eslint": "^8.24.0", |
| 37 | + "eslint-config-airbnb": "^19.0.4", |
| 38 | + "eslint-plugin-import": "^2.26.0", |
| 39 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
| 40 | + "eslint-plugin-react": "^7.31.8", |
| 41 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 42 | + "postcss-nested": "^6.0.0", |
| 43 | + "postcss-normalize": "^10.0.1", |
| 44 | + "postcss-preset-env": "^7.8.2", |
| 45 | + "stylelint": "^14.13.0", |
| 46 | + "stylelint-config-concentric": "^2.0.2", |
| 47 | + "stylelint-config-recommended": "^9.0.0", |
| 48 | + "typescript": "^5.0.4", |
| 49 | + "unimported": "^1.22.0", |
| 50 | + "vite": "^3.1.6" |
| 51 | + } |
52 | 52 | } |
0 commit comments