-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.85 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
{
"description": "",
"packageManager": "[email protected]",
"scripts": {
"start": "solid-start start",
"dev": "solid-start dev",
"build": "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.21",
"@mdx-js/rollup": "2.3.0",
"@motionone/solid": "10.16.4",
"@rollup/plugin-replace": "5.0.7",
"@solid-primitives/i18n": "2.0.0",
"@solidjs/meta": "0.28.6",
"@solidjs/router": "0.8.3",
"@solidjs/testing-library": "0.8.4",
"@tauri-apps/cli": "1.5.6",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/user-event": "14.5.1",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"autoprefixer": "10.4.16",
"c8": "8.0.1",
"cssnano": "6.0.1",
"eslint": "8.52.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-unused-imports": "3.0.0",
"jsdom": "22.1.0",
"motion": "10.16.4",
"pnpm": "8.10.0",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.2.0",
"rollup": "3.29.4",
"solid-js": "1.8.4",
"solid-start": "0.3.6",
"solid-start-deno": "0.2.26",
"solid-start-static": "0.2.26",
"solid-toast": "0.5.0",
"tailwindcss": "3.3.5",
"tailwindcss-plugin-icons": "2.2.0",
"taze": "0.11.2",
"typescript": "5.2.2",
"undici": "5.27.0",
"unplugin-auto-import": "0.16.6",
"vite": "4.5.0",
"vite-plugin-pwa": "0.16.5",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.5",
"workbox-window": "7.0.0"
},
"peerDependencies": {
"undici": "5.27.0"
}
}