This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.71 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
{
"description": "",
"packageManager": "[email protected]",
"scripts": {
"start": "solid-start start",
"dev": "solid-start dev",
"build": "./update-burn.sh; solid-start build",
"test": "vitest",
"test:cov": "vitest run --coverage",
"lint": "eslint . --ext .ts,.tsx,.js",
"lint:fix": "pnpm lint --fix",
"deps": "pnpm taze minor"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"@iconify-json/carbon": "1.1.14",
"@iconify-json/mdi": "1.1.44",
"@lottiefiles/lottie-player": "1.7.0",
"@mdx-js/rollup": "2.2.1",
"@motionone/solid": "10.15.5",
"@solid-primitives/i18n": "1.1.3",
"@solidjs/meta": "0.28.2",
"@solidjs/router": "0.7.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"autoprefixer": "10.4.13",
"prettier": "^2.8.8",
"c8": "7.12.0",
"cssnano": "5.1.14",
"eslint": "8.33.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-unused-imports": "2.0.0",
"motion": "10.15.5",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.0.1",
"nanoid": "4.0.1",
"prismjs": "1.29.0",
"rehype": "12.0.1",
"rehype-stringify": "9.0.3",
"rollup": "3.12.0",
"solid-js": "1.6.10",
"solid-markdown": "github:olgam4/solid-markdown",
"solid-start": "0.2.17",
"solid-start-static": "0.2.17",
"solid-toast": "0.4.0",
"tailwindcss": "3.2.4",
"tailwindcss-plugin-icons": "2.1.0",
"taze": "0.8.5",
"typescript": "4.9.5",
"undici": "5.16.0",
"unplugin-auto-import": "0.13.0",
"vite": "4.0.4",
"vite-plugin-prismjs": "0.0.8",
"vite-tsconfig-paths": "4.0.5"
}
}