2022-03-18 15:35:45 -07:00
|
|
|
{
|
|
|
|
"name": "@astrojs/solid-js",
|
2023-05-18 09:31:59 -07:00
|
|
|
"version": "2.2.0",
|
2022-03-18 15:35:45 -07: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 19:31:15 +00:00
|
|
|
"keywords": [
|
2022-07-08 16:55:33 -04:00
|
|
|
"astro-integration",
|
2022-03-21 19:31:15 +00:00
|
|
|
"astro-component",
|
|
|
|
"renderer",
|
|
|
|
"solid"
|
|
|
|
],
|
2022-03-18 15:35:45 -07:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 21:10:34 +02:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/solid-js/",
|
2022-03-18 15:35:45 -07:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./*": "./*",
|
2022-08-10 15:10:31 -04:00
|
|
|
"./client.js": "./dist/client.js",
|
|
|
|
"./server.js": "./dist/server.js",
|
2022-03-18 15:35:45 -07:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 16:54:00 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2022-03-18 15:35:45 -07: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 15:35:45 -07:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-21 21:09:49 +08:00
|
|
|
"babel-preset-solid": "^1.7.4",
|
2023-02-02 16:02:17 +01:00
|
|
|
"vitefu": "^0.2.4"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 21:09:49 +08:00
|
|
|
"solid-js": "^1.7.6"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-07-07 12:11:27 -07:00
|
|
|
"solid-js": "^1.4.3"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-01-09 22:59:20 +01:00
|
|
|
"node": ">=16.12.0"
|
2022-03-18 15:35:45 -07:00
|
|
|
}
|
|
|
|
}
|