-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "codemirror-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"build:inline": "vite build && npx inline-source dist/index.html -o dist/final.html",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.3",
"@tailwindcss/vite": "^4.1.3",
"@uiw/codemirror-themes-all": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"csslint": "^1.0.5",
"events": "^3.3.0",
"jshint": "^2.13.6",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@codemirror/lint": "^6.8.5",
"@eslint/js": "^9.21.0",
"@types/events": "^3.0.3",
"@types/htmlhint": "^1.1.5",
"@types/jshint": "^2.12.4",
"@types/node": "^22.15.29",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"htmlhint": "^1.3.0",
"inline-source": "^8.0.3",
"stylelint": "^16.18.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-singlefile": "^2.2.0"
}
}