-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "monovault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"client-only": "^0.0.1",
"next": "15.0.2",
"react": "18",
"react-dom": "18",
"react-toastify": "^10.0.6",
"next-nprogress-bar": "^2.3.13",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.5.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8.57.1",
"prettier": "~3.3.3",
"autoprefixer": "~10.4.20",
"eslint-config-love": "~83.0.0",
"eslint-config-next": "~14.2.15",
"typescript-eslint": "^8.8.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1"
}
}