-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 797 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
{
"name": "skyline",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/basic-setup": "^0.18.2",
"@codemirror/lang-markdown": "^0.18.4",
"@codemirror/lang-python": "^0.18.1",
"@codemirror/state": "^0.18.7",
"@codemirror/theme-one-dark": "^0.18.1",
"@codemirror/view": "^0.18.19",
"@ddietr/codemirror-themes": "^1.0.2",
"@tauri-apps/api": "^1.0.0-beta.5",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-beta.6",
"@types/react": "^17.0.14",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"typescript": "^4.3.5"
}
}