-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.5 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.5 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
{
"name": "solid-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@types/bcrypt": "^5.0.1",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.16",
"dotenv": "^16.4.5",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^11.13.5",
"i18next": "^24.0.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^3.0.1",
"next": "^13.5.6",
"next-i18next": "^15.4.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.16",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.3",
"swiper": "^9.3.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"description": "Solid is a free Next.js template specifically crafted for startups, SaaS, and software websites. It provides an extensive array of necessary sections, elements, and pages required to build a fully-equipped website for any SaaS, software, or startup site. Comes with all cutting edge React and Next.js features - **Built with Next.js 13, React 18 and TypeScript.**",
"main": "next.config.js",
"author": "Bixeltek",
"license": "ISC"
}