-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 911 Bytes
/
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
{
"name": "lagrange",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tauri-apps/cli": "^1.0.0-beta.10",
"@tsconfig/svelte": "^2.0.1",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-monaco-editor": "^1.0.10",
"vite-plugin-windicss": "^1.6.2",
"windicss": "^3.4.2"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-beta.8",
"graphql": "^16.2.0",
"monaco-editor": "^0.31.1",
"monaco-graphql": "^1.0.9",
"nanoid": "^3.1.30",
"prettier": "^2.5.1",
"svelte-feather-icons": "^3.5.0"
}
}