-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
50
51
52
53
54
{
"name": "mac-desktop-clone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^3.0.0",
"@types/lodash": "^4.14.187",
"@types/quill": "^2.0.9",
"gh-pages": "^4.0.0",
"less": "^4.1.3",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.4.0",
"typescript": "^5.0.0",
"vite": "^3.2.0"
},
"dependencies": {
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.4.0",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/language": "^6.3.2",
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"animate.css": "^4.1.1",
"codemirror": "^6.0.1",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mathjs": "^11.3.2",
"normalize.css": "^8.0.1",
"quill": "^1.3.7",
"rollup-plugin-imagetools": "^3.0.13",
"shortid": "^2.2.16",
"style-object-to-css-string": "^1.0.1",
"svelte-fa": "^3.0.3",
"vite-imagetools": "^4.0.13"
},
"homepage": "https://sweet-torrone-cef76c.netlify.app/"
}