Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
44 lines (44 loc) · 1.37 KB

File metadata and controls

44 lines (44 loc) · 1.37 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.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"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.