forked from mikesol/purescript-deku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1003 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1003 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
31
32
33
34
35
36
37
38
39
40
{
"private": true,
"name": "purescript-deku",
"version": "0.9.13",
"description": "A friendly tree-like structure in the browser.",
"scripts": {
"clean": "rm -rf .spago output node_modules *.lock",
"build": "spago build",
"build:examples": "spago build -p examples",
"test": "spago build && jest && spago test",
"generate": "spago run -p codegen"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-jest": "^29.7.0",
"bindings": "^1.5.0",
"esbuild": "^0.14.54",
"filter-console": "^0.1.1",
"headless-devtools": "^2.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"netlify-cli": "^8.19.3",
"pulp": "^16.0.2",
"purs-backend-es": "^1.4.3",
"purs-tidy": "^0.10.1",
"spago": "^0.93.43",
"test": "^0.6.0",
"tracealyzer": "^0.10.3"
},
"dependencies": {
"htmlparser2": "^9.1.0"
}
}