-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "expressots-site",
"version": "0.1.0",
"homepage": "https://www.expresso-ts.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"build:v2": "next build",
"export": "next export",
"prod": "npx serve@latest out",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "2.1.3",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"@stackblitz/sdk": "1.11.0",
"@tabler/icons-react": "3.14.0",
"@types/node": "22.10.1",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@uidotdev/usehooks": "2.4.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2",
"next": "^14.2.10",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"scrollen": "^0.0.2",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"prettier-plugin-tailwindcss": "0.6.6"
}
}