|
15 | 15 | "scripts": {
|
16 | 16 | "build:cjs": "babel src --out-dir dist --copy-files --ignore **/*.stories.js",
|
17 | 17 | "build:es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --copy-files --ignore **/*.stories.js",
|
18 |
| - "build:umd": "NODE_ENV=production webpack", |
19 |
| - "build": "yarn build:umd && yarn build:cjs && yarn build:es6", |
| 18 | + "build": "yarn build:cjs && yarn build:es6", |
20 | 19 | "test": "jest --config ./jest/config.js",
|
21 | 20 | "lint": "eslint './src/**/*.js'",
|
22 | 21 | "clean": "rimraf lib dist es coverage",
|
|
57 | 56 | "babel-loader": "^10.0.0",
|
58 | 57 | "babel-plugin-module-resolver": "^5.0.2",
|
59 | 58 | "babel-plugin-styled-components": "^2.1.4",
|
60 |
| - "clean-webpack-plugin": "^4.0.0", |
61 | 59 | "eslint": "^9.23.0",
|
62 | 60 | "eslint-plugin-react": "^7.37.4",
|
63 | 61 | "eslint-plugin-react-hooks": "^5.2.0",
|
|
76 | 74 | "storybook": "^8.6.11",
|
77 | 75 | "styled-components": "^6.1.16",
|
78 | 76 | "svg-sprite-loader": "^6.0.11",
|
79 |
| - "svgo-loader": "^4.0.0", |
80 |
| - "webpack": "^5.98.0", |
81 |
| - "webpack-cli": "^6.0.1", |
82 |
| - "webpack-plugin": "^1.0.5" |
| 77 | + "svgo-loader": "^4.0.0" |
83 | 78 | },
|
84 | 79 | "dependencies": {
|
85 | 80 | "@storybook/test": "^8.6.11",
|
|
0 commit comments