-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 Bytes
/
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
{
"name": "html_dom_validator",
"author": "Dhruv Gupta",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.8",
"@uiw/codemirror-theme-github": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"bootstrap": "^5.3.3",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"is-html": "^3.1.0",
"jsdom": "^24.0.0",
"net": "^1.0.2",
"next": "14.1.3",
"parse5": "^7.1.2",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"tls": "^0.0.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.3"
}
}