@ws-ui/icons 0.2.3 → 1.1.0

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.
package/dist/package.json CHANGED
@@ -3,19 +3,39 @@
3
3
  "main": "./dist/index.cjs.js",
4
4
  "module": "./dist/index.es.js",
5
5
  "types": "./dist/index.d.ts",
6
- "version": "0.2.3",
6
+ "version": "1.1.0",
7
7
  "private": false,
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
+ "start-dev": "nodemon --watch src --ext ts,tsx,js,jsx,css --exec \"npm run build && npm run --prefix ../.. postbuild -- --packages=icons\"",
12
13
  "prepack": "npm run build",
13
14
  "build": "tsc && vite build",
14
- "download:icons": "./scripts/download-icons.sh && npm run format",
15
- "windows:download:icons": "scripts\\download-icons.bat && npm run format",
16
- "postdownload:icons": "npm run lint:icons",
17
- "postwindows:download:icons": "npm run lint:icons",
18
- "format": "prettier --write .",
19
- "lint:icons": "prettier src/assets/4DIcons.tsx --write"
15
+ "lint:icons": "prettier src/assets/4DIcons.tsx --write",
16
+ "download:icons": "./scripts/download-icons.sh",
17
+ "postdownload:icons": "npm run lint:icons"
18
+ },
19
+ "peerDependencies": {
20
+ "react": ">= 17",
21
+ "react-dom": ">= 17"
22
+ },
23
+ "devDependencies": {
24
+ "@types/react": "^17.0.24",
25
+ "@types/react-dom": "^17.0.5",
26
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
27
+ "@typescript-eslint/parser": "^6.0.0",
28
+ "@vitejs/plugin-react": "^4.0.3",
29
+ "dotenv": "^16.0.3",
30
+ "eslint": "^8.45.0",
31
+ "eslint-plugin-react-hooks": "^5.2.0",
32
+ "eslint-plugin-react-refresh": "^0.4.3",
33
+ "prettier": "^3.2.5",
34
+ "tailwindcss": "^3.3.3",
35
+ "typescript": "^5.0.2",
36
+ "vite": "^5.0.0",
37
+ "vite-plugin-dts": "^3.5.4",
38
+ "vite-plugin-static-copy": "^0.17.0",
39
+ "vite-plugin-svgr": "^4.0.0"
20
40
  }
21
41
  }
package/package.json CHANGED
@@ -3,19 +3,39 @@
3
3
  "main": "./dist/index.cjs.js",
4
4
  "module": "./dist/index.es.js",
5
5
  "types": "./dist/index.d.ts",
6
- "version": "0.2.3",
6
+ "version": "1.1.0",
7
7
  "private": false,
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
+ "start-dev": "nodemon --watch src --ext ts,tsx,js,jsx,css --exec \"npm run build && npm run --prefix ../.. postbuild -- --packages=icons\"",
12
13
  "prepack": "npm run build",
13
14
  "build": "tsc && vite build",
14
- "download:icons": "./scripts/download-icons.sh && npm run format",
15
- "windows:download:icons": "scripts\\download-icons.bat && npm run format",
16
- "postdownload:icons": "npm run lint:icons",
17
- "postwindows:download:icons": "npm run lint:icons",
18
- "format": "prettier --write .",
19
- "lint:icons": "prettier src/assets/4DIcons.tsx --write"
15
+ "lint:icons": "prettier src/assets/4DIcons.tsx --write",
16
+ "download:icons": "./scripts/download-icons.sh",
17
+ "postdownload:icons": "npm run lint:icons"
18
+ },
19
+ "peerDependencies": {
20
+ "react": ">= 17",
21
+ "react-dom": ">= 17"
22
+ },
23
+ "devDependencies": {
24
+ "@types/react": "^17.0.24",
25
+ "@types/react-dom": "^17.0.5",
26
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
27
+ "@typescript-eslint/parser": "^6.0.0",
28
+ "@vitejs/plugin-react": "^4.0.3",
29
+ "dotenv": "^16.0.3",
30
+ "eslint": "^8.45.0",
31
+ "eslint-plugin-react-hooks": "^5.2.0",
32
+ "eslint-plugin-react-refresh": "^0.4.3",
33
+ "prettier": "^3.2.5",
34
+ "tailwindcss": "^3.3.3",
35
+ "typescript": "^5.0.2",
36
+ "vite": "^5.0.0",
37
+ "vite-plugin-dts": "^3.5.4",
38
+ "vite-plugin-static-copy": "^0.17.0",
39
+ "vite-plugin-svgr": "^4.0.0"
20
40
  }
21
41
  }