forked from cljdoc/cljdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 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
{
"name": "cljdoc",
"scripts": {
"format": "prettier --write 'js/**/*.{js,jsx,ts,tsx}'",
"lint": "prettier --check 'js/**/*.{js,jsx,ts,tsx}'",
"dev": "parcel watch resources/public/cljdoc.html --dist-dir resources-compiled/public/out",
"build": "parcel build resources/public/cljdoc.html --dist-dir resources-compiled/public/out",
"typecheck": "npx tsc --watch",
"eslint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"elasticlunr": "^0.9.5",
"fuzzysort": "^2.0.4",
"idb": "^7.1.1",
"preact": "^10.17.1"
},
"devDependencies": {
"@parcel/packager-xml": "^2.9.3",
"@parcel/transformer-image": "^2.9.3",
"@parcel/transformer-xml": "^2.9.3",
"@types/elasticlunr": "^0.9.4",
"@types/lunr": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"parcel": "^2.9.3",
"parcel-reporter-static-files-copy": "^1.5.2",
"parcel-resolver-ignore": "^2.1.5",
"prettier": "^3.0.2",
"pretty-quick": "^3.1.3",
"typescript": "^5.1.6"
},
"staticFiles": {
"staticPath": "resources/public/static"
},
"parcelIgnore": [
"opensearch.xml"
]
}