-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "holidays-calendar-ru",
"version": "1.9.1",
"description": "Производственный календарь",
"author": "Pavel Kuzyakin <pavel@kuzyak.in> (https://kuzyak.in)",
"homepage": "https://github.com/iposho/holidays-calendar-ru#readme",
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
"eslint": "next lint",
"test": "jest",
"test:coverage": "jest --coverage",
"prepare": "husky"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iposho/holidays-calendar-ru.git"
},
"keywords": [
"nextjs",
"calendar",
"holidays"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/swagger-ui-react": "^4.18.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
},
"dependencies": {
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@vercel/analytics": "^1.3.1",
"highlight.js": "^11.11.0",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"sass": "^1.77.8",
"swagger-ui-react": "^5.18.2",
"typescript": "^5.5.3"
}
}