1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add login/signup action

This commit is contained in:
Rokt33r
2015-07-12 18:13:28 +09:00
parent e0d52d3578
commit 7870c60ab4
18 changed files with 222 additions and 49 deletions

View File

@@ -31,6 +31,7 @@
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
"dependencies": {
"dotenv": "^1.1.0",
"halogen": "^0.1.10",
"marked": "^0.3.3",
"moment": "^2.10.3",
"node-jsx": "^0.13.3",
@@ -39,7 +40,8 @@
"react-router": "^0.13.3",
"react-select": "^0.5.4",
"react-tooltip": "^0.3.3",
"reflux": "^0.2.8"
"reflux": "^0.2.8",
"superagent": "^1.2.0"
},
"devDependencies": {
"css-loader": "^0.15.1",