-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "salvum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix",
"prod": "npm install && npm run build && pm2 reload ecosystem.config.js"
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"clsx": "^2.1.1",
"emotion": "^11.0.0",
"fuzzysort": "^3.0.2",
"next": "^14.2.4",
"next-plausible": "^3.12.0",
"next-pwa": "^5.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-spinners": "^0.13.8",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"pm2": "^5.4.1",
"prettier": "^3.3.2",
"typescript": "5.4.3"
}
}