-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "addition-and-subtraction",
"version": "1.2",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/biplobsd/as.git"
},
"scripts": {
"dev": "vite",
"build": "npm run check && vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@macfja/svelte-persistent-store": "^2.3.2",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@total-typescript/ts-reset": "^0.4.2",
"@tsconfig/svelte": "5.0.0",
"@types/chrome": "0.0.239",
"@types/node": "^20.4.0",
"autoprefixer": "^10.4.14",
"clsx": "^2.0.0",
"copy-text-to-clipboard": "^3.1.0",
"daisyui": "^3.1.7",
"fast-shuffle": "^6.0.1",
"firebase": "^10.0.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"postcss": "^8.4.24",
"svelte": "^4.0.1",
"svelte-check": "3.4.4",
"svelte-french-toast": "^1.1.0",
"svelte-preprocess": "5.0.4",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"thousands-counter": "^2.1.1",
"tslib": "2.6.0",
"typescript": "5.0.4",
"vite": "^4.3.9",
"zod": "^3.21.4"
}
}