-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "pantheon",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "bun test",
"test:watch": "bun test --watch",
"dev": "next dev --port 5520",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@nanostores/react": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.2",
"@radix-ui/themes-3.0.1": "npm:@radix-ui/[email protected]",
"change-case": "^5.4.4",
"clsx": "^2.1.0",
"highlight.js": "^11.9.0",
"minmax.js": "^1.0.0",
"nanoid": "^5.0.6",
"nanostores": "^0.10.3",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/bun": "^1.0.12",
"@types/highlightjs": "^9.12.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"typescript": "5.4.4"
}
}