You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
609 B
JSON

{
"name": "solid-start-netlify",
"version": "0.2.21",
"main": "./index.js",
"type": "module",
"solid": {
"type": "adapter"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"encoding": "^0.1.13",
"rollup": "^3.10.0",
"terser": "^5.16.1"
},
"devDependencies": {
"solid-start": "workspace:*",
"vite": "^3.2.5"
},
"peerDependencies": {
"solid-start": "*"
}
}