-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
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
50
51
52
53
{
"name": "code-alpha",
"version": "0.0.90",
"private": true,
"scripts": {
"build-frontend": "vite build",
"start-frontend": "vite",
"build": "tauri build --target universal-apple-darwin",
"start": "tauri dev",
"start-with-local-cloud-backend": "PRETZL_CLOUD_BACKEND_URL='http://localhost:8080' tauri dev",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"prepare": "husky install"
},
"devDependencies": {
"@rgossiaux/svelte-headlessui": "^1.0.0-beta.12",
"@rgossiaux/svelte-heroicons": "^0.1.2",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tauri-apps/cli": "^1.1.1",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@tsconfig/svelte": "^2.0.0",
"@types/dompurify": "^2.3.4",
"@types/lodash": "^4.14.186",
"@types/marked": "^4.0.7",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.0.0",
"autoprefixer": "^10.4.2",
"husky": "^8.0.1",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-highlight": "^6.2.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"tslib": "^2.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"change-case": "^4.1.2",
"dompurify": "^2.4.0",
"lodash": "^4.17.21",
"marked": "^4.1.0",
"rough-notation": "^0.5.1",
"react": "^16.14.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.14.0",
"vite": "^3.1.3",
"yrv": "^0.0.57"
},
"type": "module"
}