-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.89 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
{
"name": "frames",
"version": "3.1.0",
"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 --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@emotion/css": "^11.11.2",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.9",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vite-pwa/sveltekit": "^0.4.0",
"Ultraviolet": "link:src\\lib\\Ultraviolet",
"autoprefixer": "^10.4.19",
"core-js": "^3.37.0",
"csstype": "^3.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.37.0",
"globalthis": "^1.0.3",
"js-sha1": "^0.7.0",
"large-small-dynamic-viewport-units-polyfill": "^0.1.1",
"lightningcss": "^1.24.1",
"localforage": "^1.10.0",
"mitt": "^3.0.1",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"regenerator-runtime": "^0.14.1",
"remeda": "^1.60.1",
"style-object-to-css-string": "^1.1.3",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"tailwindcss": "^3.4.3",
"terser": "^5.30.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-pwa": "^0.19.8"
},
"browserslist": [
"defaults",
"chrome >=54",
"fully supports es6"
],
"prepack": "svelte-kit sync",
"type": "module",
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}