forked from StudentTraineeCenter/zpevnicek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 Bytes
/
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
{
"name": "stczpevnicek",
"version": "2.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"prebuild": "node json-operations.js -m"
},
"dependencies": {
"@fluentui/react": "^8.106.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.2",
"next": "^12.3.1",
"next-pwa": "5.5.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-search-box": "^2.3.0",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"string.prototype.replaceall": "^1.0.7",
"sweetalert2": "^11.7.2",
"unidecode": "^0.1.8"
},
"devDependencies": {
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.21",
"eslint": "^8.35.0",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.7"
}
}