-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
112 lines (112 loc) · 3.25 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
{
"name": "@kanji-sh/root",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"build": "nx run kanji.sh:build",
"predev": "npm run clean",
"dev": "nx run kanji.sh:dev",
"start": "nx run kanji.sh:serve",
"clean": "rimraf dist/apps dist/libs",
"clean:all": "rimraf dist",
"test": "nx exec -- jest",
"prebuild-worksheets": "nx run printer-cli:build",
"build-worksheets": "node dist/libs/printer-cli/src/index.js"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "^14.1.0",
"@next/mdx": "^14.0.0",
"@next/third-parties": "^14.1.0",
"@supabase/supabase-js": "^2.38.4",
"@vercel/analytics": "^1.1.2",
"adm-zip": "^0.5.10",
"build-url-ts": "^6.1.5",
"clsx": "^2.0.0",
"isbot": "^3.6.8",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"minio": "^7.1.1",
"next": "^14.0.0",
"next-intl": "^3.7.0",
"node-fetch": "^3.3.2",
"node-fetch-commonjs": "^3.3.2",
"p-queue": "^6.6.2",
"pdf-merger-js": "^4.3.0",
"puppeteer": "^21.1.0",
"queue": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-pdf": "^7.5.1",
"tiny-invariant": "^1.3.1",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"unzipper": "^0.10.14",
"yargs": "^17.7.2"
},
"devDependencies": {
"@nx/cypress": "17.0.2",
"@nx/esbuild": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/next": "17.0.2",
"@nx/react": "17.0.2",
"@swc-node/register": "^1.6.8",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.95",
"@swc/helpers": "^0.5.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react": "14.0.0",
"@types/adm-zip": "^0.5.3",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.202",
"@types/mdx": "^2.0.9",
"@types/node": "18.14.2",
"@types/node-fetch": "^2.6.4",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/unzipper": "^0.10.8",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.4.1",
"concurrently": "^8.2.1",
"cypress": "^13.0.0",
"daisyui": "^3.6.1",
"dotenv-cli": "^7.3.0",
"esbuild": "^0.19.2",
"eslint": "^8.27.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.3.0",
"nx": "17.0.2",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^4.8.4"
}
}