-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "chatguard",
"license": "Apache-2.0",
"author": {
"name": "mostafa kheibary",
"email": "mostafa.kheibary@gmail.com",
"url": "https://github.com/mostafa-kheibary"
},
"version": "0.9.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@tsconfig/svelte": "3.0.0",
"@types/chrome": "^0.0.200",
"@types/node-forge": "^1.3.10",
"sass": "^1.63.3",
"svelte": "4.2.12",
"svelte-check": "3.6.4",
"tslib": "2.4.0",
"typescript": "5.3.3",
"vite": "^5.1.4",
"@testing-library/dom": "^9.3.4",
"@testing-library/user-event": "^14.5.2",
"vitepress": "1.0.0-rc.42"
},
"dependencies": {
"@material/web": "^1.3.0",
"node-forge": "^1.3.1",
"svelte-pathfinder": "^4.7.1",
"worker-timers": "^7.1.2"
}
}