-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 977 Bytes
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
{
"name": "nebula",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-less": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/view": "^6.22.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@monaco-editor/react": "^4.6.0",
"@tailwindcss/forms": "^0.5.7",
"@uiw/codemirror-themes-all": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"codemirror": "^6.0.1",
"html-to-image": "^1.11.11",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}