|
@@ -7,6 +7,9 @@
|
|
|
"": {
|
|
"": {
|
|
|
"name": "react-sol",
|
|
"name": "react-sol",
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@heroicons/react": "^2.2.0"
|
|
|
|
|
+ },
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
@@ -18,6 +21,7 @@
|
|
|
"rollup": "^4.20.0",
|
|
"rollup": "^4.20.0",
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
|
|
|
+ "rollup-preserve-directives": "^1.1.3",
|
|
|
"tailwindcss": "^4.1.18",
|
|
"tailwindcss": "^4.1.18",
|
|
|
"typescript": "^5.5.4"
|
|
"typescript": "^5.5.4"
|
|
|
},
|
|
},
|
|
@@ -26,6 +30,15 @@
|
|
|
"react-dom": "^18.0.0"
|
|
"react-dom": "^18.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@heroicons/react": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "react": ">= 16 || ^19.0.0-rc"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
"version": "1.5.5",
|
|
"version": "1.5.5",
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
@@ -2220,6 +2233,19 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/rollup-preserve-directives": {
|
|
|
|
|
+ "version": "1.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/rollup-preserve-directives/-/rollup-preserve-directives-1.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-oXqxd6ZzkoQej8Qt0k+S/yvO2+S4CEVEVv2g85oL15o0cjAKTKEuo2MzyA8FcsBBXbtytBzBMFAbhvQg4YyPUQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "magic-string": "^0.30.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/safe-identifier": {
|
|
"node_modules/safe-identifier": {
|
|
|
"version": "0.4.2",
|
|
"version": "0.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/safe-identifier/-/safe-identifier-0.4.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/safe-identifier/-/safe-identifier-0.4.2.tgz",
|