Vulcan/package.json

14 lines
271 B
JSON
Raw Normal View History

2016-02-19 12:27:58 +09:00
{
"name": "Nova",
"version": "0.0.0",
"dependencies": {
"formsy-react": "^0.17.0",
"formsy-react-components": "^0.6.6",
"react": "^0.14.6",
"react-dom": "^0.14.6",
2016-02-23 13:17:56 +09:00
"react-mounter": "^1.1.0",
"react-no-ssr": "^1.0.1"
2016-02-19 12:27:58 +09:00
},
"private": true
2016-02-23 13:17:56 +09:00
}