-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.02 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
{
"name": "captain-vj",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "next build",
"prebuild": "npm run eslint -- --fix",
"dev": "next dev",
"eslint": "eslint \"src/{**/*,*}.{ts,tsx}\"",
"lint": "next lint",
"ncu": "npx npm-check-updates@latest -u",
"ncu:check": "npx npm-check-updates@latest",
"spj": "npx sort-package-json@latest",
"start": "next start"
},
"dependencies": {
"@captn/joy": "^0.21.2",
"@captn/react": "^0.21.0",
"@captn/theme": "^0.21.0",
"@captn/utils": "^0.21.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.15",
"@mui/joy": "5.0.0-beta.32",
"jotai": "^2.8.0",
"next": "14.1.4",
"next-i18next": "15.2.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "14.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/meyda": "^4.3.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"eslint-config-xo": "^0.44.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"jest-config": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"jest-ts-webcompat-resolver": "^1.0.0",
"meyda": "^5.6.2",
"next-transpile-modules": "10.0.1",
"prettier": "^3.2.5",
"typescript": "^5"
}
}