forked from elsoul/skeet-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.89 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
{
"name": "skeet-next",
"version": "1.7.2",
"description": "Skeet Framework Boilerplate with Next.js",
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"scripts": {
"format": "prettier --write --ignore-unknown .",
"lint": "eslint --ext .ts,.tsx --fix .",
"test": "jest --coverage=false --detectOpenHandles --maxWorkers=1",
"typecheck": "tsc --noEmit",
"skeet": "run-p skeet:*",
"skeet:skeet": "yarn --cwd functions/skeet dev",
"skeet:dev": "firebase emulators:start --import=./tmp/data --export-on-exit --inspect-functions",
"skeet:webapp": "yarn dev",
"functions:build": "yarn --cwd functions/skeet build",
"functions:dev": "firebase emulators:start --only functions --inspect-functions",
"functions:test": "yarn --cwd functions/skeet test",
"functions:test:ci": "yarn --cwd functions/skeet test:ci",
"functions:deploy": "firebase deploy --only functions",
"backend": "run-p backend:*",
"backend:build": "yarn functions:build",
"backend:run": "yarn functions:dev",
"update:packages": "ncu -u -x 'node-fetch,glob,remark,unified,remark-gfm,remark-rehype,remark-stringify,rehype-stringify,remark-parse,remark-directive' && yarn",
"update:backend:packages": "cd functions/skeet && ncu -u && yarn",
"dev": "next dev -p 4200",
"dev:emulator": "firebase emulators:start --only firestore --project fakeproject",
"build": "NODE_ENV=production next build",
"build:production:webapp": "yarn build",
"postbuild": "npx ts-node -r tsconfig-paths/register --transpile-only ./scripts/generateSitemap.ts",
"deploy": "yarn build && npx firebase deploy --only hosting",
"deploy:rules": "npx firebase deploy --only firestore:rules,storage",
"check:webapp": "npx serve web-build",
"send:sitemap": "npx ts-node -r tsconfig-paths/register --transpile-only ./scripts/sendSitemap.ts",
"discord": "npx ts-node -r tsconfig-paths/register --transpile-only ./.github/workflows/runDiscordChangeLog.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@hookform/resolvers": "3.3.2",
"@skeet-framework/firestore": "2.4.2",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"dotenv": "16.3.1",
"firebase": "10.6.0",
"highlight.js": "11.9.0",
"i18next": "23.6.0",
"lodash.throttle": "4.1.1",
"markdown-to-txt": "2.0.1",
"next": "14.0.0",
"next-i18next": "14.0.3",
"next-language-detector": "1.0.2",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.47.0",
"react-i18next": "13.3.1",
"recoil": "0.7.7",
"recoil-persist": "5.1.0",
"text-encoding": "0.7.0",
"zod": "3.22.4"
},
"devDependencies": {
"@remark-embedder/core": "3.0.2",
"@skeet-framework/discord-utils": "^0.2.2",
"@skeet-framework/utils": "^1.2.3",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@types/github-slugger": "1.3.0",
"@types/glob": "8.1.0",
"@types/jest": "29.5.6",
"@types/node": "20.10.0",
"@types/node-fetch": "2.6.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/text-encoding": "0.0.38",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"autoprefixer": "10.4.16",
"cssnano": "6.0.1",
"dotenv": "16.3.1",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"fast-xml-parser": "4.3.2",
"firebase-functions": "4.5.0",
"firebase-tools": "12.9.1",
"github-slugger": "2.0.0",
"glob": "8.1.0",
"gray-matter": "4.0.3",
"intercept-stdout": "0.1.2",
"jest": "29.7.0",
"mdast-util-gfm-table": "2.0.0",
"mdast-util-to-string": "4.0.0",
"node-fetch": "2.6.7",
"nodemon": "3.0.1",
"npm-check-updates": "16.14.6",
"npm-run-all": "4.1.5",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"raw-loader": "4.0.2",
"rehype-code-titles": "1.2.0",
"rehype-external-links": "3.0.0",
"rehype-highlight": "7.0.0",
"rehype-parse": "9.0.0",
"rehype-remark": "10.0.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "9.0.3",
"remark": "14.0.3",
"remark-directive": "2.0.1",
"remark-gfm": "3.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.3",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss": "3.3.5",
"ts-jest": "29.1.1",
"ts-loader": "9.5.0",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",
"unified": "10.1.2"
}
}