-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 852 Bytes
/
package.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
34
35
{
"name": "purescript-web-router-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "spago build",
"postinstall": "spago install",
"serve": "parcel ./entry/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertdp/purescript-web-router-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertdp/purescript-web-router-example/issues"
},
"homepage": "https://github.com/robertdp/purescript-web-router-example#readme",
"devDependencies": {
"parcel": "^2.6.2",
"purescript": "^0.15.4",
"purescript-psa": "^0.8.2",
"purs-tidy": "^0.9.0",
"spago": "^0.20.9"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}