-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "jsnow",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"type": "module",
"devDependencies": {
"@babel/generator": "^7.22.10",
"@babel/parser": "^7.22.14",
"@babel/standalone": "^7.22.14",
"@babel/traverse": "^7.22.11",
"@babel/types": "^7.22.11",
"@indaco/svelte-iconoir": "^4.6.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.24.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@types/babel__traverse": "^7.20.1",
"@types/prismjs": "^1.26.0",
"eslint-config-prettier": "^9.0.0",
"monaco-editor": "^0.41.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"prismjs": "^1.29.0",
"rollup-plugin-inject-process-env": "^1.3.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-monaco": "^0.2.0",
"svelte-preprocess": "^5.0.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-pages-sitemap": "^1.6.1",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}