1
1
mirror of https://github.com/c8r/x0.git synced 2024-10-26 15:15:04 +03:00
x0/examples/emotion/package.json
2018-05-26 11:40:35 -04:00

15 lines
263 B
JSON

{
"name": "x0-emotion-example",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "x0 pages",
"build": "x0 build pages"
},
"dependencies": {
"@compositor/x0": "^5.0.0",
"emotion": "^9.1.3",
"react-emotion": "^9.1.3"
}
}