2022-03-18 22:35:45 +00:00
|
|
|
{
|
|
|
|
"name": "@astrojs/solid-js",
|
2022-10-28 16:14:55 +00:00
|
|
|
"version": "1.2.2",
|
2022-03-18 22:35:45 +00: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 20:55:33 +00:00
|
|
|
"astro-integration",
|
2022-03-21 19:31:15 +00:00
|
|
|
"astro-component",
|
|
|
|
"renderer",
|
|
|
|
"solid"
|
|
|
|
],
|
2022-03-18 22:35:45 +00:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 19:10:34 +00:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/solid-js/",
|
2022-03-18 22:35:45 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./*": "./*",
|
2022-08-10 19:10:31 +00:00
|
|
|
"./client.js": "./dist/client.js",
|
|
|
|
"./server.js": "./dist/server.js",
|
2022-03-18 22:35:45 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-03-24 00:46:16 +00:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2022-03-18 22:35:45 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-28 15:30:54 +00:00
|
|
|
"babel-preset-solid": "^1.4.2",
|
|
|
|
"vitefu": "^0.1.0"
|
2022-03-18 22:35:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
|
|
|
"astro-scripts": "workspace:*",
|
2022-08-26 15:11:57 +00:00
|
|
|
"solid-js": "^1.5.1"
|
2022-03-18 22:35:45 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-07-07 19:11:27 +00:00
|
|
|
"solid-js": "^1.4.3"
|
2022-03-18 22:35:45 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-07-15 12:15:04 +00:00
|
|
|
"node": "^14.18.0 || >=16.12.0"
|
2022-03-18 22:35:45 +00:00
|
|
|
}
|
|
|
|
}
|