-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.13 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "turbopic",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.418.0",
"@builder.io/partytown": "^0.8.1",
"@fontsource-variable/inter": "^5.0.8",
"@fontsource/racing-sans-one": "^5.0.12",
"@t3-oss/env-core": "^0.6.1",
"axios": "^1.5.0",
"axios-retry": "^3.8.0",
"clsx": "^2.0.0",
"js-cookie": "^3.0.5",
"ms": "^2.1.3",
"nanoid": "^5.0.1",
"paseto-ts": "^1.5.1",
"pretty-bytes": "^6.1.1",
"sharp": "^0.32.6",
"singleflight": "npm:@zcong/singleflight@^0.3.1",
"svelte-file-dropzone": "^2.0.2",
"toastify-js": "^1.12.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.6",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.25.0",
"@types/js-cookie": "^3.0.4",
"@types/ms": "^0.7.31",
"@types/node": "^18",
"@types/toastify-js": "^1.12.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"postcss": "^8.4.30",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.1.4",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.0",
"vite": "^4.4.9"
},
"packageManager": "[email protected]",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}