-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "@stccz/zpevnicek",
"packageManager": "[email protected]",
"private": true,
"engines": {
"node": "^22.12.0"
},
"scripts": {
"dev": "node json-operations.js -m && next",
"build": "next build",
"start": "next start",
"prebuild": "node json-operations.js -m"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@fluentui/react": "^8.122.1",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "^15.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-search-box": "^3.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"string.prototype.replaceall": "^1.0.10",
"sweetalert2": "^11.15.2",
"unidecode": "^1.1.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}