-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
44 lines (44 loc) · 1.37 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "purescript-react-basic-hooks",
"version": "1.0.0",
"description": "`react-basic-hooks` is a React hook API for [react-basic](https://github.com/lumihq/purescript-react-basic)!",
"main": "index.js",
"module": "true",
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"bower": "^1.8.14",
"global-jsdom": "^8.4.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all": "^4.1.5",
"pulp": "^16.0.1",
"purescript": "^0.15.2",
"spago": "^0.20.9"
},
"scripts": {
"deps": "run-s deps:*",
"deps:spago": "spago install",
"deps:pulp": "bower install",
"build": "run-s build:*",
"build:spago": "spago build",
"build:pulp": "pulp build -o output-pulp",
"test": "spago -x spago.test.dhall test",
"clean": "rm -rf .spago bower_components output output-pulp node_modules .pulp-cache .psci_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spicydonuts/purescript-react-basic-hooks.git"
},
"keywords": [],
"author": "Madeline Trotter",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks/issues"
},
"homepage": "https://github.com/spicydonuts/purescript-react-basic-hooks#readme"
}