-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 852 Bytes
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
{
"name": "baza-prod",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"next": "^14.2.20",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^8.24.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-eslint": "^16.3.0",
"sass": "^1.77.8",
"stylelint": "^16.14.1",
"typescript": "^5"
}
}