2022-03-18 17:35:45 -05:00
|
|
|
{
|
|
|
|
"name": "@astrojs/solid-js",
|
2024-04-11 06:24:47 -05:00
|
|
|
"version": "4.1.0",
|
2022-03-18 17:35:45 -05:00
|
|
|
"description": "Use Solid components within Astro",
|
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/integrations/solid"
|
|
|
|
},
|
2022-03-21 14:31:15 -05:00
|
|
|
"keywords": [
|
2022-07-08 15:55:33 -05:00
|
|
|
"astro-integration",
|
2022-03-21 14:31:15 -05:00
|
|
|
"astro-component",
|
|
|
|
"renderer",
|
|
|
|
"solid"
|
|
|
|
],
|
2022-03-18 17:35:45 -05:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 14:10:34 -05:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/solid-js/",
|
2022-03-18 17:35:45 -05:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./*": "./*",
|
2022-08-10 14:10:31 -05:00
|
|
|
"./client.js": "./dist/client.js",
|
|
|
|
"./server.js": "./dist/server.js",
|
2022-03-18 17:35:45 -05:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 03:54:00 -05:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-18 17:35:45 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-03-23 19:46:16 -05:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-03-18 17:35:45 -05:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-22 09:52:30 -05:00
|
|
|
"vite-plugin-solid": "^2.10.2"
|
2022-03-18 17:35:45 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2024-04-29 23:00:05 -05:00
|
|
|
"solid-js": "^1.8.17"
|
2022-03-18 17:35:45 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-01-04 06:37:08 -05:00
|
|
|
"solid-js": "^1.8.5"
|
2022-03-18 17:35:45 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-04-10 08:53:55 -05:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
2023-10-03 09:25:25 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-03-18 17:35:45 -05:00
|
|
|
}
|
|
|
|
}
|