-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "console",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"test": "playwright test",
"lint": "eslint ."
},
"devDependencies": {
"@nomimono/nomimono-css": "^0.6.0",
"@sveltejs/adapter-cloudflare": "^5.0.3",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "=2.17.2",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"eslint": "^9.20.1",
"eslint-plugin-svelte": "^2.46.1",
"global": "^4.4.0",
"gravatar-url": "^4.0.1",
"highcharts": "=11.4.8",
"js-cookie": "^3.0.5",
"sass": "^1.84.0",
"svelte": "^5.20.2",
"svelte-check": "^4.1.4",
"svelte-eslint-parser": "^0.43.0",
"svelte-preprocess": "^6.0.3",
"sweetalert2": "^11.17.2",
"typescript": "~5.7.3",
"valid-url": "^1.0.9"
},
"type": "module",
"dependencies": {
"prismjs": "^1.29.0"
}
}