-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "js-ts-workshop",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier . -c",
"prettier:fix": "prettier . -w",
"preview": "vite preview",
"tsc": "tsc -b"
},
"dependencies": {
"@mdx-js/react": "3.1.1",
"clsx": "2.1.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-router": "7.8.2",
"react-syntax-highlighter": "15.6.6",
"tailwindcss": "4.1.12",
"wb-slides": "0.1.19"
},
"devDependencies": {
"@eslint/js": "9.34.0",
"@mdx-js/rollup": "3.1.1",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "4.1.12",
"@types/mdx": "2.0.13",
"@types/minimist": "1.2.5",
"@types/node": "24.3.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@types/react-syntax-highlighter": "15.5.13",
"@vitejs/plugin-react-swc": "4.0.1",
"@wooorm/starry-night": "3.8.0",
"eslint": "9.32.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "16.3.0",
"minimist": "1.2.8",
"prettier": "3.6.2",
"prettier-plugin-package": "2.0.0",
"rehype-starry-night": "2.2.0",
"typescript": "5.9.2",
"typescript-eslint": "8.41.0",
"vite": "7.1.4",
"vite-bundle-analyzer": "1.2.3"
}
}