You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
647 B
30 lines
647 B
{
|
|
"name": "@react-aria/ssr",
|
|
"version": "3.3.0",
|
|
"description": "Spectrum UI components in React",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"types": "dist/types.d.ts",
|
|
"source": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adobe/react-spectrum"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "cd7c0ec917122c7612f653c22f8ed558f8b66ecd"
|
|
}
|