-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
45
46
47
48
49
50
51
52
{
"name": "errorcorrectionzoo",
"packageManager": "yarn@3.3.0",
"private": true,
"type": "module",
"workspaces": [
"_zoodb_citations_cache",
"eczoodb",
"jscomponents",
"site",
"scripts",
"previewtool",
"helpers/parcel-namer-own-folder-hashes",
"helpers/parcel-transformer-ogimage-phf"
],
"scripts": {
"buildall": "(cd jscomponents && yarn build) && (cd site && yarn build)",
"lint": "eslint",
"serve": "(cd site && yarn serve)",
"preview": "(cd previewtool && yarn node runPreview.js)"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"eslint": "^9.17.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"s3-deploy": "1.4.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"svgo": "^3.3.2",
"url": "^0.11.4"
},
"@parcel/resolver-default": {
"packageExports": true
},
"staticFiles": {
"staticPath": "./static_copy"
},
"@phfaist/parcel-resolver-root": {
"prefixPaths": {
"~": "/",
"/": "/site/_site"
}
}
}