-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 987 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
34
35
36
37
38
{
"name": "hui-builder",
"version": "1.0.0",
"private": "false",
"description": "Web builder for creating and previewing HUI configs.",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@uiw/codemirror-theme-vscode": "^4.21.2",
"@uiw/react-codemirror": "^4.21.2",
"ajv": "^8.11.0",
"codemirror": "^6.0.1",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"sass": "^1.63.2"
},
"devDependencies": {
"@types/eslint": "^8.40.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"typescript": "^5.1.3"
}
}