-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "@thorbens/nihongosensei",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky install",
"pre-commit": "pretty-quick --staged"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@socialgouv/matomo-next": "^1.9.0",
"clsx": "^2.1.1",
"kuromoji": "^0.1.2",
"mysql2": "^3.11.3",
"next": "^14.2.12",
"react": "^18.3.1",
"react-dom": "18.3.1",
"react-paginate": "^8.2.0",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.13",
"@types/kuromoji": "^0.1.3",
"@types/node": "^20.16.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-paginate": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"pretty-quick": "^4.0.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.4.5"
}
}