-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "avalon-next",
"version": "0.1.0",
"private": true,
"author": [
"Adam J. Arling <[email protected]>",
"jrgriffiniii <[email protected]>"
],
"license": "MIT",
"scripts": {
"build": "next build",
"deploy": "gh-pages -d out",
"dev": "next dev",
"export": "next export",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.22.1",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@next/third-parties": "^14.2.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.49.2",
"contentful": "^10.12.6",
"contentful-management": "^11.27.5",
"install": "^0.13.0",
"next": "14.2.4",
"next-themes": "^0.3.0",
"pnpm": "^9.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-loading-skeleton": "^3.4.0"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@tanstack/eslint-plugin-query": "^5.50.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"contentful-cli": "^3.3.3",
"eslint": "^9.6.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}