mirror of
https://github.com/aelve/guide.git
synced 2024-11-28 13:28:35 +03:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "aelve-guide-frontend",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-prelude": "^3.1.0",
|
|
"purescript-console": "^3.0.0",
|
|
"purescript-express": "^0.5.2",
|
|
"purescript-node-process": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^3.0.0"
|
|
}
|
|
}
|