-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.51 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
{
"name": "draftkit",
"version": "0.1.0",
"private": true,
"scripts": {
"build:sass": "sass --no-source-map src/scss:src/css",
"watch:sass": "sass --no-source-map --watch src/scss:src/css",
"dev:next": "next dev -p 3122",
"dev": "npm-run-all --parallel watch:sass dev:next ",
"build": "next build ",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fontsource/eb-garamond": "^5.2.6",
"@fontsource/libertinus-math": "^5.2.1",
"@fontsource/libertinus-mono": "^5.2.1",
"@fontsource/libertinus-serif": "^5.2.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@myriaddreamin/rehype-typst": "^0.6.1-rc2",
"@next/bundle-analyzer": "^15.5.2",
"@next/mdx": "^15.5.0",
"@shikijs/rehype": "^3.11.0",
"@types/mdx": "^2.0.13",
"js-cookie": "^3.0.5",
"next": "15.5.0",
"npm-run-all": "^4.1.5",
"p5": "^2.0.4",
"pdf-lib": "^1.17.1",
"puppeteer": "^24.17.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-resizable-panels": "^3.0.4",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sass": "^1.90.0",
"shiki": "^3.11.0",
"tsc": "^2.0.4",
"tsx": "^4.20.4",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/p5": "^1.7.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}