-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "convos",
"description": "",
"version": "8.7.0",
"license": "Artistic-2.0",
"repository": "https://github.com/convos-chat/convos",
"type": "module",
"scripts": {
"dev": "./script/convos dev",
"build": "vite build",
"watch": "vite build -w --mode development",
"check": "svelte-check",
"coverage": "vitest run --coverage",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint",
"test": "vitest"
},
"browserslist": [
"edge >= 18",
"ie >= 11",
">1%"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "6.6.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.34.0",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"jsdoc": "^4.0.2",
"jsdom": "^25.0.0",
"jsonhtmlify": "^0.1.0",
"lodash": "^4.17.21",
"qs": "^6.11.2",
"querystring": "^0.2.1",
"sass": "^1.69.3",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.0",
"vite": "^5.0.12",
"vitest": "^2.0.0"
},
"dependencies": {
"svelte-check": "^4.0.0"
}
}