rsnext/examples/with-skynexui-components/package.json
Mario Souto 6d89237684
docs: add skynexui to examples (#33326)
Recently I started to build this library that uses `styled-jsx` under the hood and provide a utility first API to create your own components.

> https://github.com/skynexui/components/ 

Actually I run the lib docs over vercel

![image](https://user-images.githubusercontent.com/13791385/149597726-677cafe0-f7f6-4d71-8d56-fbd7b1b26bfa.png)


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-01-17 19:15:05 +00:00

15 lines
276 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@skynexui/components": "^1.9.23",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}