-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.94 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
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
70
71
72
73
{
"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": "^4.10.1",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/roboto-mono": "^5.1.1",
"@solid-primitives/cookies": "^0.0.1",
"@solid-primitives/media": "^2.3.0",
"@solid-primitives/storage": "^4.3.1",
"@solid-primitives/utils": "^6.3.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.0.11",
"localforage": "^1.10.0",
"lucide-solid": "^0.474.0",
"solid-js": "^1.9.4",
"ua-parser-js": "^2.0.0",
"vinxi": "^0.4.3",
"vite-plugin-solid": "^2.11.0",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"vite": "5.4.14"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@pandacss/dev": "^0.51.1",
"@pandacss/preset-base": "^0.51.1",
"@park-ui/panda-preset": "^0.43.1",
"@solid-cli/core": "^0.0.26",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.12.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.1",
"solid-devtools": "^0.33.0",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vitest": "^3.0.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"
]
}