-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
33 lines (33 loc) · 879 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "sample-nft-project",
"description": "",
"main": "index.js",
"license": "ISC",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-routing": "^9.0.0",
"purescript-routing-duplex": "^0.4.0",
"purescript-react-basic": "^12.0.0",
"purescript-affjax": "^9.0.1",
"purescript-chanterelle": "^4.0.0",
"purescript-web3": "^2.0.1",
"purescript-servant": "f-o-a-m/purescript-servant#v1.0.0",
"purescript-websocket-simple": "f-o-a-m/purescript-websocket-simple#master",
"purescript-var": "^3.0.0",
"purescript-foreign-generic": "^10.0.0"
},
"devDependencies": {
"purescript-spec": "^4.0.0",
"purescript-psci-support": "^4.0.0",
"purescript-debug": "^4.0.0"
}
}