-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.52 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
57
{
"name": "anify-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "npx next build",
"dev": "next dev",
"lint": "bun run prettier && next lint",
"prettier": "bunx prettier --write .",
"start": "next start"
},
"dependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.0.1",
"@t3-oss/env-nextjs": "^0.7.0",
"@vercel/og": "^0.5.4",
"@vidstack/react": "^0.5.4",
"arrow-keys-react": "^1.0.6",
"axios": "^0.28.0",
"moment": "^2.29.4",
"next": "^14.2.26",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-select": "^5.7.3",
"react-spring": "^9.7.1",
"sanitize-html": "^2.12.1",
"swiper": "^9.2.4",
"vidstack": "^0.5.4",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/eslint": "^8.21.3",
"@types/next-pwa": "^5.6.2",
"@types/node": "^18.15.5",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.31",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.2"
},
"ct3aMetadata": {
"initVersion": "7.12.1"
}
}