-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "codemirror-6-needs",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 3009",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true yarn build"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/language": "^6.10.2",
"@codemirror/language-data": "6.5.1",
"@codemirror/legacy-modes": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.0.0",
"@codemirror/view": "^6.32.0",
"@emmetio/codemirror6-plugin": "^0.3.2",
"@netlify/plugin-nextjs": "^4.9.1",
"@next/bundle-analyzer": "^11.0.1",
"@replit/codemirror-indentation-markers": "^0.20.0",
"classnames": "^2.3.1",
"cm6-theme-material-dark": "^0.2.0",
"cm6-theme-solarized-dark": "^0.2.0",
"cm6-theme-solarized-light": "^0.2.0",
"codemirror": "^6.0.1",
"next": "^12.2",
"prettier": "^2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "^1.70.0",
"thememirror": "^2.0.0",
"y-codemirror.next": "^0.3.0",
"y-webrtc": "^10.2.3",
"yjs": "^13.6.14"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
},
"packageManager": "[email protected]+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}