-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "codenest",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.4.1",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/view": "^6.7.3",
"@emmetio/codemirror6-plugin": "^0.2.0",
"@replit/codemirror-indentation-markers": "^6.1.0",
"@tauri-apps/api": "^1.2.0",
"@uiw/codemirror-theme-okaidia": "^4.19.7",
"@uiw/react-codemirror": "^4.19.7",
"codemirror": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.6",
"sass": "^1.57.1",
"timsort": "^0.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@vitejs/plugin-react": "^3.0.1",
"prettier": "^2.8.3",
"vite": "^4.0.4"
}
}