@pnnh/atom 0.10.0 → 0.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnnh/atom",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "scripts": {
5
5
  "build": "rollup -c rollup.config.mjs",
6
6
  "test": "vitest run"
@@ -51,128 +51,52 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@cmss/check-password-strength": "^2.1.6",
55
- "@emotion/cache": "^11.14.0",
56
54
  "@emotion/css": "^11.13.5",
57
- "@emotion/react": "^11.14.0",
58
- "@emotion/server": "^11.11.0",
59
- "@emotion/styled": "^11.14.0",
60
- "@fingerprintjs/fingerprintjs": "^5.0.1",
61
- "@fontsource/roboto": "^5.1.1",
62
- "@mui/icons-material": "^7.3.5",
63
- "@mui/material": "^7.3.5",
64
55
  "@noble/hashes": "^2.0.0",
65
- "@pandacss/dev": "^1.7.2",
66
56
  "@scure/base": "^2.0.0",
67
- "@tailwindcss/postcss": "^4.1.17",
68
- "accept-language": "^3.0.20",
69
- "autosuggest-highlight": "^3.3.4",
70
- "base64url": "^3.0.1",
71
- "cors": "^2.8.5",
72
57
  "crypto-js": "^4.2.0",
73
- "daisyui": "^5.4.7",
74
- "dom-to-image-more": "^3.7.2",
75
- "dompurify": "^3.3.0",
76
- "dotenv": "^17.2.3",
77
- "front-matter": "^4.0.2",
78
- "globals": "^16.5.0",
79
- "html": "^1.0.0",
80
- "idb": "^8.0.0",
81
- "idb-keyval": "^6.2.2",
82
58
  "is-hotkey": "^0.2.0",
83
- "isomorphic-dompurify": "^2.31.0",
84
- "jotai": "^2.15.1",
85
- "jquery": "^3.7.1",
86
- "jsbarcode": "^3.11.6",
87
- "lodash": "^4.17.21",
88
59
  "marked": "^17.0.0",
89
- "marked-highlight": "^2.2.3",
90
- "material-file-icons": "^2.4.0",
91
60
  "md5": "^2.3.0",
92
- "mime": "^4.0.4",
93
- "moment": "^2.30.1",
94
61
  "parse-uri": "^2.0.3",
95
- "pg": "^8.16.3",
96
- "pg-promise": "^12.2.0",
97
- "pluralize": "^8.0.0",
98
- "postcss": "^8.5.6",
99
62
  "prismjs": "^1.29.0",
100
- "prop-types": "^15.8.1",
101
- "qrcode": "^1.5.4",
102
- "qs": "^6.12.3",
103
63
  "query-string": "^9.1.0",
104
64
  "react": "^19.0.0",
105
65
  "react-dom": "^19.0.0",
106
- "react-icons": "^5.3.0",
107
66
  "rfc4648": "^1.5.3",
108
- "router": "^2.2.0",
109
- "sharp": "^0.34.5",
110
- "sitemap": "^9.0.0",
111
67
  "slate": "^0.118.1",
112
68
  "slate-dom": "^0.118.1",
113
69
  "slate-history": "^0.113.1",
114
70
  "slate-react": "^0.118.2",
115
- "style-object-to-css-string": "^1.1.3",
116
- "supports-color": "^10.0.0",
117
- "swr": "^2.3.3",
118
- "tailwindcss": "^4.1.17",
119
- "urlpattern-polyfill": "^10.0.0",
120
- "uuid": "^13.0.0",
121
- "validator": "^13.12.0",
122
- "winston": "^3.17.0"
71
+ "uuid": "^13.0.0"
123
72
  },
124
73
  "devDependencies": {
125
- "@babel/preset-typescript": "^7.28.5",
126
74
  "@emotion/jest": "^11.14.2",
127
- "@rollup/plugin-alias": "^6.0.0",
128
75
  "@rollup/plugin-commonjs": "^29.0.0",
129
76
  "@rollup/plugin-json": "^6.1.0",
130
77
  "@rollup/plugin-node-resolve": "^16.0.3",
131
78
  "@rollup/plugin-typescript": "^12.3.0",
132
- "@testing-library/dom": "^10.4.1",
133
- "@testing-library/react": "^16.3.0",
134
- "@types/autosuggest-highlight": "^3.2.3",
135
- "@types/cors": "^2.8.17",
136
79
  "@types/crypto-js": "^4.2.2",
137
- "@types/html": "^1.0.4",
138
80
  "@types/is-hotkey": "^0.1.10",
139
- "@types/jquery": "^3.5.32",
140
- "@types/lodash": "^4.17.7",
141
81
  "@types/marked": "^5.0.2",
142
82
  "@types/md5": "^2.3.5",
143
83
  "@types/node": "^24.10.0",
144
- "@types/node-cron": "^3.0.11",
145
84
  "@types/parse-uri": "^1.0.2",
146
- "@types/pg": "^8.11.10",
147
85
  "@types/prismjs": "^1.26.5",
148
- "@types/prop-types": "^15.7.12",
149
- "@types/qrcode": "^1.5.5",
150
- "@types/qs": "^6.9.15",
151
86
  "@types/react": "^19.0.1",
152
- "@types/react-dom": "^19.2.2",
153
- "@types/react-icons": "^2.2.7",
154
87
  "@types/uuid": "^10.0.0",
155
- "@types/validator": "^13.12.0",
156
88
  "@vitejs/plugin-react": "^5.1.0",
157
89
  "@vitejs/plugin-react-swc": "^4.2.1",
158
- "autoprefixer": "^10.4.21",
159
- "copy-webpack-plugin": "^13.0.0",
160
- "http-proxy-middleware": "^3.0.3",
161
90
  "jsdom": "^27.1.0",
162
91
  "rollup-plugin-dts": "^6.3.0",
163
92
  "rollup-plugin-import-css": "^4.1.2",
164
93
  "sass": "^1.93.3",
165
- "ts-node": "^10.9.2",
166
94
  "tslib": "^2.6.3",
167
95
  "tsx": "^4.11.0",
168
96
  "typescript": "^5.9.3",
169
- "typescript-plugin-css-modules": "^5.2.0",
170
97
  "vite": "7.2.2",
171
- "vite-plugin-babel": "^1.3.0",
172
98
  "vite-plugin-dts": "^4.5.4",
173
99
  "vite-tsconfig-paths": "^5.1.4",
174
- "vitest": "^4.0.7",
175
- "webpack-merge": "^6.0.1",
176
- "zx": "^8.1.8"
100
+ "vitest": "^4.0.7"
177
101
  }
178
102
  }