-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 969 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 969 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
27
28
29
30
{
"name": "purescript-react-keybind",
"version": "0.9.4",
"description": "Bindings for the react-keybind npm package",
"repository": "git://github.com/EpicOrange/purescript-react-keybind.git",
"main": "index.js",
"scripts": {
"build": "spago build",
"build-example": "spago build -p example",
"clean": "rimraf output && rimraf dist && rimraf .cache && rimraf .parcel-cache",
"clean-all": "npm run clean && rimraf .spago",
"docgen": "rimraf output/React.Keybind*/docs.json; spago build && spago docs -open",
"serve-example": "npm run build-example && parcel html/index.html"
},
"author": "EpicOrange",
"license": "MIT",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-keybind": "^0.10.0",
"spago": "^0.93.37"
},
"devDependencies": {
"parcel": "^2.12.0",
"parcel-plugin-clean-dist": "0.0.6",
"process": "^0.11.10",
"purescript": "^0.15.15",
"rimraf": "^3.0.0"
}
}