-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"dependencies": {
"@babel/core": "7.29.0",
"bulma": "^1.0.4",
"fuse.js": "^7.3.0",
"handlebars": "4.7.9",
"npm": "11.12.1",
"npm-check-updates": "20.0.1",
"playright": "1.55.1",
"plotly.js-dist-min": "^3.5.0",
"rollup": "^4.60.1",
"tar": "^7.5.13"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/ui": "^4.1.4",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.8",
"globals": "17.4.0",
"husky": "9.1.7",
"jsdom": "29.0.2",
"npm-check-updates": "20.0.1",
"oxlint": "1.59.0",
"playright": "0.0.22",
"prettier": "3.8.2",
"sass": "1.99.0",
"terser": "5.46.1",
"vite": "8.0.8",
"vitest": "^4.1.4",
"w3c-html-validator": "2.2.0"
},
"scripts": {
"local": "./generate_html.py --dev --sitedev=http://localhost:8888 --skip-speakers",
"dev": "./generate_html.py --dev --optim --sitedev=https://dev.spinorama.org",
"build": "./generate_html.py --optim",
"test": "npx vitest",
"coverage": "npx vitest run --coverage",
"format": "npx prettier --write \"src/website/*.js\"",
"upgrade": "npx npm-check-updates -u",
"lint": "npx oxlint@1.51.0"
}
}