-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
92 lines (92 loc) · 2.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "hammertime",
"version": "1.0.0",
"scripts": {
"predev:translation-credits": "ts-node ./utils/translation-credits.ts",
"predev": "concurrently -p name npm:predev:*",
"dev": "next",
"build": "next build",
"build:previews": "ts-node utils/build-social-previews.ts",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.0",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@kfonts/bm-euljiro": "^0.1.3",
"@mantine/core": "^6.0.22",
"@mantine/dates": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@mantine/nprogress": "^6.0.22",
"addthaifont-pdfmake": "^0.1.3-alpha",
"classnames": "^2.2.6",
"cookies-next": "^2.0.4",
"dayjs": "^1.11.13",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "^14.2.13",
"next-i18next": "^15.3.1",
"next-seo": "^6.6.0",
"noto-sans-japanese": "^1.0.0",
"postcss-import": "^13.0.0",
"react": "^18",
"react-dom": "^18",
"react-flagkit": "^2.0.4",
"react-i18next": "^15.0.2",
"sass": "^1.79.4",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"urlcat": "^2.0.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/imagemin": "^9.0.0",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-helmet": "^6.1.0",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"canvas": "^2.10.2",
"concurrently": "^7.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"husky": "^7.0.2",
"imagemin": "^9.0.0",
"imagemin-pngquant": "^10.0.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"puppeteer": "^23.4.1",
"sharp": "^0.33.5",
"source-code-pro": "^2.38.0",
"ts-node": "^10.9.1",
"tsimportlib": "^0.0.5",
"typescript": "^5.1"
},
"license": "MIT",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}