-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.68 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
{
"name": "cals-cals",
"version": "2.1.9",
"description": "Calendar website for better calendars at Chalmers",
"private": true,
"main": ".next/standalone/server.js",
"scripts": {
"dev": "next dev",
"build": "next build && node -e \"require('fs').cpSync('public', '.next/standalone/public', {recursive: true});require('fs').cpSync('.next/static', '.next/standalone/public/_next/static', {recursive: true})\"",
"start": "node .",
"test": "vitest",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint",
"checks": "pnpm fmt:check; pnpm test --run --reporter=dot; pnpm lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olillin/cals-cals.git"
},
"author": "Oli <oli@olillin.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/olillin/cals-cals/issues"
},
"homepage": "https://cal.olillin.com",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"ajv": "^8.20.0",
"chalmers-search-exam": "^3.1.0",
"clsx": "^2.1.1",
"iamcal": "^4.1.1",
"next": "^16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"vite": "^7.3.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^24.12.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.41.0",
"oxlint": "^1.64.0",
"oxlint-tsgolint": "^0.22.1",
"prettier": "^3.8.3",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.6"
}
}