-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 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
{
"name": "@litecode-ide/virtual-file-system",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash.clonedeep": "^4.5.0",
"np": "^9.2.0",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.2",
"react-tooltip": "^5.25.0",
"redux-persist": "^6.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash.clonedeep": "^4.5.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"vite": "^5.0.0"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"repository": {
"type": "git",
"url": "git+https://github.com/LiteCode-IDE/virtual-file-system.git"
},
"main": "./dist/@litecode-ide/virtual-file-system.umd.js",
"module": "./dist/@litecode-ide/virtual-file-system.es.js",
"exports": {
".": {
"types": "./dist/@litecode-ide/index.d.ts",
"import": "./dist/@litecode-ide/virtual-file-system.es.js",
"require": "./dist/@litecode-ide/virtual-file-system.umd.js"
},
"./dist/style.css": {
"import": "./dist/style.css"
}
},
"keywords": [
"virtual",
"file",
"system",
"file",
"system",
"file",
"explorer",
"file",
"tree",
"folder",
"tabs",
"searching"
],
"author": "abel-tefera",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiteCode-IDE/virtual-file-system/issues"
},
"homepage": "https://github.com/LiteCode-IDE/virtual-file-system#readme"
}