-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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
{
"name": "@sassywares/glimmer",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"lint": "next lint",
"build": "next build",
"start": "next start",
"format": "prettier --write . && eslint --fix .",
"test": "jest",
"test.watch": "jest --watch",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"e2e.watch": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\""
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.2",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.59.20",
"add": "^2.0.6",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint-plugin-prettier": "^5.2.1",
"next": "15.0.2",
"next-intl": "^3.24.0",
"next-nprogress-bar": "^2.3.14",
"next-themes": "^0.3.0",
"pnpm": "^9.12.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"rtl-detect": "^1.1.2",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.20",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/mdx": "^2.0.13",
"@types/node": "^20.17.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/rtl-detect": "^1.0.3",
"cypress": "^13.15.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}