-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "database_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"release": "node esbuild-release.js",
"dev": "node esbuild.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.unamail.net:4000/darian/LK.git"
},
"author": "Darian",
"license": "ISC",
"dependencies": {
"@codemirror/lang-sql": "^6.6.3",
"@fontsource/roboto": "^5.0.13",
"@uiw/codemirror-theme-github": "^4.22.1",
"@uiw/codemirror-theme-okaidia": "^4.21.25",
"@uiw/codemirror-theme-tokyo-night-day": "^4.21.25",
"@uiw/codemirror-themes-all": "^4.21.25",
"@uiw/react-codemirror": "^4.22.1",
"babel-plugin-prismjs": "^2.1.0",
"jwt-decode": "^4.0.0",
"primereact": "^10.6.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.0",
"react-simple-code-editor": "^0.13.1",
"react-syntax-highlighter": "^15.5.0",
"rsuite": "^5.62.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"esbuild": "^0.16.17",
"esbuild-plugin-svg": "^0.1.0",
"file-loader": "^6.2.0",
"http-proxy-middleware": "^3.0.0",
"tailwindcss": "^3.4.3"
}
}