-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 705 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 705 Bytes
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
{
"name": "purescript-react-starter",
"description": "Starter template for purescript-react-basic-hooks",
"scripts": {
"build": "spago build --config=prod.dhall",
"bundle": "npm run build && purs-backend-es bundle-app --no-build --to=\"./bundle/Main/index.js\"",
"postinstall": "spago install && spago build",
"start": "vite html",
"test": "spago test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"purs-backend-es": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"esbuild": "^0.23.1",
"purescript": "^0.15.15",
"purs-tidy": "^0.11.0",
"spago": "^0.21.0",
"vite": "^5.4.5"
}
}