-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.8 KB
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
{
"name": "litecode",
"private": true,
"type": "module",
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.5.0",
"@uiw/react-md-editor": "^4.0.11",
"axios": "^1.7.9",
"esbuild-wasm": "^0.24.2",
"eslint-linter-browserify": "^9.39.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.52.2",
"monaco-jsx-syntax-highlight": "^1.2.2",
"path-browserify": "^1.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"react-resizable": "^3.0.5",
"react-spinners": "^0.15.0",
"react-tooltip": "^5.28.0",
"redux-persist": "^6.0.0",
"uuid": "^11.0.5"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"prettier": "prettier --write ."
},
"engines": {
"node": ">=18.17.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/file-saver": "^2.0.7",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.10.5",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/react-resizable": "^3.0.8",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
}
}