-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
158 lines (158 loc) · 5.91 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "rtm-dashboard",
"version": "0.9.3",
"author": "gustaveWPM (github.com/gustaveWPM)",
"contributors": [
"Tirraa (github.com/Tirraa)"
],
"license": "MIT",
"private": true,
"scripts": {
"---------- BUILD ----------": "",
"prebuild": "pnpm --filter @rtm/prebuilder start --blog-posts-folder ./content/blog --i18n-locales-schema ./src/i18n/locales/schema.ts --lp-folder ./content/landing-pages --pages-folder ./content/pages --pretty-codegen",
"before-build:tricky-typechecks": "tsc --noEmit --skipLibCheck --pretty ./packages/prebuilder/src/generators/pages/__tests__/prebuild.pagesType.test.ts",
"build": "next build",
"postbuild": "next-sitemap && pagefind --site .next --output-path public/pagefind --glob \"**/[!(404|500)]*.{html}\" --verbose",
"start": "next start",
"---------- DEV ----------": "",
"dev": "next dev",
"dev-with-rtm-tools": "make dev-with-rtm-tools",
"---------- CODING STYLE ----------": "",
"lint": "next lint",
"format": "prettier --log-level warn --write .",
"check-coding-style": "make check-coding-style",
"ts-prune": "ts-prune --ignore \".(next|contentlayer|vitest|stryker-tmp)\" | python3 .ts-prune/sanitize.py --quiet",
"ts-prune-verbose": "ts-prune --ignore \".(next|contentlayer|vitest|stryker-tmp)\" | python3 .ts-prune/sanitize.py",
"---------- CI ----------": "",
"ci:vercel-build-command": "make before-build:tricky-typechecks && make before-build:test && make && make after-build:test",
"ci:lint": "eslint . --max-warnings 0",
"ci:typecheck-project": "tsc --noEmit --pretty",
"ci:typecheck-tests": "tsc --noEmit --skipLibCheck --pretty --project tsconfig.tests.json",
"ci:format-check": "prettier . --check",
"---------- TESTS ----------": "",
"test": "make test",
"test:run": "vitest --run",
"mutations-tests": "make mutations-tests",
"mutations-tests:run": "stryker run",
"coverage": "vitest --run --coverage.enabled --coverage.all=false",
"coverage-all": "vitest --run --coverage.enabled --coverage.all",
"before-build:test": "vitest --run prebuild",
"after-build:test": "vitest --run postbuild",
"vitest:ui": "vitest --ui",
"---------- UTILS ----------": "",
"prepare": "husky",
"commit": "git-cz",
"bundle-analyzer": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@next/bundle-analyzer": "^14.2.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-hook/media-query": "^1.1.1",
"@rtm/shared-lib": "*",
"@rtm/shared-types": "*",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"github-slugger": "^2.0.0",
"inflection": "^3.0.0",
"intl-locale-textinfo-polyfill": "^2.1.1",
"lucide-react": "^0.378.0",
"mobile-detect": "^1.4.5",
"next": "^14.2.15",
"next-auth": "^4.24.7",
"next-contentlayer": "^0.3.4",
"next-international": "1.2.4",
"next-themes": "^0.3.0",
"nprogress": "^0.2.0",
"pagefind": "1.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-spinners": "^0.13.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"scrollyfills": "^1.0.1",
"sharp": "^0.33.4",
"shiki": "^1.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"throttleit": "^2.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@stryker-mutator/api": "^8.2.6",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@stryker-mutator/vitest-runner": "^8.2.6",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@transloadit/ts-fly": "^0.1.5",
"@tsd/typescript": "^5.4.5",
"@types/eslint": "^8.56.10",
"@types/hast": "^3.0.4",
"@types/inflection": "^1.13.2",
"@types/node": "^20.12.12",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"editorconfig": "^2.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.2.0",
"happy-dom": "^14.11.0",
"husky": "^9.0.11",
"jest-tsd": "0.2.2",
"lint-staged": "^15.2.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.7",
"ts-prune": "0.10.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"engines": {
"node": "^20.x",
"pnpm": "9.x"
}
}