|
42 | 42 | "storybook": "storybook dev -p 6006", |
43 | 43 | "build-storybook": "storybook build", |
44 | 44 | "build-css": "parcel build styles/themes/default.scss --out-dir dist/themes/", |
45 | | - "generate-tokens": "node ./scripts/tokenGen/index.js", |
| 45 | + "generate-tokens": "tsx ./scripts/tokenGen/index.js", |
46 | 46 | "bundle-tokens": "rollup --config rollup-tokens.config.js", |
47 | 47 | "build-components": "rollup -c --bundleConfigAsCjs --max-old-space-size=8076", |
48 | 48 | "copy-components": "mkdirp ./dist/components && cp -r ./dist/temp-cleanup/*js ./dist/components && rimraf dist/temp-cleanup", |
|
84 | 84 | "@storybook/testing-library": "0.2.2", |
85 | 85 | "@testing-library/jest-dom": "6.4.2", |
86 | 86 | "@testing-library/react": "14.2.1", |
| 87 | + "@types/react": "^18.3.1", |
87 | 88 | "@typescript-eslint/eslint-plugin": "7.0.0", |
88 | 89 | "@typescript-eslint/parser": "6.21.0", |
89 | 90 | "autoprefixer": "10.4.15", |
90 | 91 | "babel-plugin-module-resolver": "5.0.2", |
91 | 92 | "eslint": "8.56.0", |
92 | 93 | "eslint-config-google": "0.14.0", |
| 94 | + "eslint-config-love": "^62.0.0", |
93 | 95 | "eslint-config-standard": "17.1.0", |
94 | | - "eslint-config-standard-with-typescript": "43.0.1", |
95 | 96 | "eslint-plugin-import": "2.29.1", |
96 | 97 | "eslint-plugin-n": "16.6.2", |
97 | 98 | "eslint-plugin-promise": "6.4.0", |
|
107 | 108 | "rimraf": "5.0.5", |
108 | 109 | "rollup": "4.9.4", |
109 | 110 | "rollup-plugin-banner2": "1.2.2", |
| 111 | + "sass": "^1.77.2", |
110 | 112 | "sass-loader": "14.1.1", |
111 | 113 | "storybook": "7.4.0", |
112 | 114 | "tailwindcss": "3.4.1", |
113 | 115 | "ts-jest": "29.1.1", |
114 | | - "typescript": "5.4.5", |
115 | | - "sass": "^1.77.2" |
| 116 | + "tsx": "^4.17.0", |
| 117 | + "typescript": "5.4.5" |
116 | 118 | }, |
117 | 119 | "dependencies": { |
118 | 120 | "@floating-ui/react": "^0.26.20", |
|
0 commit comments