-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 901 Bytes
/
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
{
"name": "clickclock-chrome-extension",
"version": "1.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/simplitech/clickclock-chrome-extension.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.3",
"@sveltejs/vite-plugin-svelte": "1.1.0",
"@tsconfig/svelte": "3.0.0",
"@types/chrome": "0.0.200",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"svelte": "3.52.0",
"svelte-check": "2.9.2",
"svelte-preprocess": "4.10.7",
"tailwindcss": "^3.3.2",
"tslib": "2.4.0",
"typescript": "4.8.4",
"vite": "^4.3.9"
},
"dependencies": {
"toastify-js": "^1.12.0"
}
}