@webjet/react-icons 3.9.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -51
package/package.json CHANGED
@@ -1,63 +1,14 @@
1
1
  {
2
2
  "name": "@webjet/react-icons",
3
3
  "sideEffects": false,
4
- "version": "3.9.0",
4
+ "version": "3.9.1",
5
5
  "description": "React Icons",
6
- "scripts": {
7
- "start": "webpack serve --env env=library --port 9020 --open",
8
- "build": "npm run build:library",
9
- "build:library": "npm run clean && webpack --env env=library",
10
- "build:icons": "npm run clean && webpack --env env=icons",
11
- "publish:pack": "npm run build:icons && npm pack ./build/icons/",
12
- "publish:test": "npm run build:icons && npm publish --dry-run ./build/icons/",
13
- "publish:public": "npm run build:icons && npm publish ./build/icons/ --access public",
14
- "publish:public-beta": "npm run build:icons && npm publish ./build/icons/ --tag beta --access public",
15
- "clean": "rimraf build",
16
- "standard-check": "standard",
17
- "standard-fix": "standard --fix",
18
- "pre-commit": "npm run standard-check"
19
- },
20
6
  "peerDependencies": {
21
7
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
22
8
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
23
9
  },
24
- "dependencies": {
25
- "@webjet/react": "4.12.3"
26
- },
27
- "devDependencies": {
28
- "@babel/core": "^7.28.6",
29
- "@babel/plugin-transform-runtime": "^7.28.5",
30
- "@babel/preset-env": "^7.28.6",
31
- "@babel/preset-react": "^7.28.5",
32
- "@svgr/webpack": "^8.1.0",
33
- "babel-loader": "^10.0.0",
34
- "babel-plugin-styled-components": "^2.0.7",
35
- "clean-webpack-plugin": "^4.0.0",
36
- "copy-webpack-plugin": "^11.0.0",
37
- "css-loader": "^6.7.3",
38
- "glob": "^7.2.0",
39
- "html-webpack-plugin": "^5.5.0",
40
- "husky": "^8.0.3",
41
- "immer": "^9.0.19",
42
- "js-beautify": "^1.14.7",
43
- "less": "^4.1.3",
44
- "less-loader": "^11.1.0",
45
- "mini-css-extract-plugin": "^2.7.3",
46
- "prismjs": "^1.29.0",
47
- "react": "^18.3.1",
48
- "react-dom": "^18.3.1",
49
- "rimraf": "^6.1.2",
50
- "standard": "^17.0.0",
51
- "style-loader": "^3.3.2",
52
- "styled-components": "^5.3.9",
53
- "webpack": "^5.104.1",
54
- "webpack-cli": "^6.0.1",
55
- "webpack-dev-server": "^5.2.2",
56
- "webpack-node-externals": "^3.0.0",
57
- "zustand": "^4.3.6"
58
- },
59
10
  "keywords": [
60
11
  "react-icons",
61
12
  "svg-icons"
62
13
  ]
63
- }
14
+ }