This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.84 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
{
"name": "koj-client",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "remix vite:dev",
"build": "remix vite:build",
"start": "remix-serve ./build/server/index.js",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"test": "vitest run",
"typecheck": "tsc"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@remix-run/css-bundle": "^2.4.1",
"@remix-run/express": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"iconv-lite": "^0.6.3",
"isbot": "^3.6.8",
"isutf8": "^4.0.0",
"jszip": "^3.10.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.12.12",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"chai": "^5.1.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-api": "^0.10.4",
"jsdom": "^24.1.0",
"remix-flat-routes": "^0.6.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.2.11",
"vite-node": "^1.6.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
}
}