-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "courseroad",
"version": "2.0.0",
"description": "Course planning for MIT undergrads",
"author": "courseroad-dev team",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"test": "vitest",
"lint": "biome lint --write .",
"format": "biome format --write .",
"check": "biome check --write ."
},
"dependencies": {
"@ark-ui/solid": "^5.24.1",
"@fontsource-variable/inter": "^5.2.7",
"@fontsource-variable/roboto-mono": "^5.2.7",
"@solid-primitives/cookies": "^0.0.3",
"@solid-primitives/media": "^2.3.3",
"@solid-primitives/storage": "^4.3.3",
"@solid-primitives/utils": "^6.3.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.2.0",
"localforage": "^1.10.0",
"lucide-solid": "^0.544.0",
"solid-js": "^1.9.9",
"ua-parser-js": "^2.0.5",
"vinxi": "^0.5.8",
"vite-plugin-solid": "^2.11.8",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@pandacss/dev": "^1.3.0",
"@pandacss/preset-base": "^1.3.0",
"@park-ui/panda-preset": "^0.43.1",
"@solid-cli/core": "^0.0.26",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.4.0",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"typescript": "^5.9.2",
"vite": "^7.1.5",
"vitest": "^3.2.4"
},
"bugs": {
"url": "https://github.com/sipb/courseroad3/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sipb/courseroad3.git"
},
"license": "MIT",
"keywords": [
"mit",
"courseroad"
]
}