bower.json 605 Bytes
Newer Older
Abinaya Sudhir's avatar
Abinaya Sudhir committed
1
{
2 3 4 5 6 7 8 9 10
  "name": "purescript-gargantext",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "output"
  ],
  "dependencies": {
    "purescript-console": "^4.1.0",
11
    "purescript-thermite": "https://github.com/np/purescript-thermite.git#d7395aec9ff4e7b8f820e882b4b07ed15c4f804d",
12 13 14 15 16 17 18 19 20 21 22 23
    "purescript-affjax": "^7.0.0",
    "purescript-routing": "^8.0.0",
    "purescript-argonaut": "^4.0.1",
    "purescript-random": "^4.0.0",
    "purescript-css": "^4.0.0"
  },
  "devDependencies": {
    "purescript-psci-support": "^4.0.0"
  },
  "resolutions": {
    "purescript-react": "exports"
  }
Abinaya Sudhir's avatar
Abinaya Sudhir committed
24
}