-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 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
{
"name": "code-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"browserify": "^17.0.0",
"bulma": "^0.9.3",
"codemirror": "^5.65.3",
"csslint": "^1.0.5",
"htmlhint": "^1.1.4",
"js-beautify": "^1.14.3",
"js-yaml": "^4.1.0",
"jshint": "^2.13.4",
"jsonlint": "^1.6.3",
"lang-detector": "^1.0.6",
"mongoose": "^6.4.4",
"nanoid": "^4.0.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"sass": "^1.51.0",
"tesseract.js": "^2.0.0-beta.2"
},
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/react": "^18.0.9",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}