-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
31 lines (31 loc) · 938 Bytes
/
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
{
"name": "daux.io",
"version": "0.3.0",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "1.7.22",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-preset-postcss": "1.26.0",
"@swissquote/crafty-runner-gulp": "1.26.0",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
"mermaid": "^11.0.0",
"postcss-page-break": "^3.0.4",
"preact": "^10.0.5",
"swc-loader": "0.2.6",
"testcafe": "^3.0.0",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
},
"scripts": {
"build": "./build.sh",
"watch": "crafty watch",
"test": "./test.sh",
"lint:js:format": "biome format src *.js",
"lint:js:check": "biome check src *.js",
"lint:js": "yarn lint:js:format && yarn lint:js:check",
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss"
},
"packageManager": "[email protected]"
}