-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
99 lines (99 loc) · 3.04 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "solid-site",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=9.1.4"
},
"type": "module",
"scripts": {
"build": "run-s format type:check build:vite build:postoptimize",
"preview": "vite preview",
"https-preview": "vite build && serve dist",
"dev": "vite",
"build:vite": "vite build",
"build:postoptimize": "node ./postoptimize.mjs",
"build:sitemap": "jiti scripts/generateSitemap.js",
"type:check": "tsc --noEmit",
"format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" \"*.{js,ts,mjs}\"",
"deploy:dev": "wrangler publish --env development",
"deploy:prod": "wrangler publish --env production"
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@solid-primitives/clipboard": "^1.5.10",
"@solid-primitives/date": "^2.0.21",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/intersection-observer": "^2.1.6",
"@solid-primitives/scheduled": "^1.4.3",
"@solid-primitives/scroll": "^2.0.23",
"@solid-primitives/storage": "^2.1.4",
"@solid-primitives/utils": "^6.2.3",
"@solid.js/docs": "^1.0.56",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.1",
"@types/shopify-buy": "npm:@brandboostinggmbh/shopify-buy-types@^2.14.6",
"babel-preset-solid": "1.8.16",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"highlight.js": "^11.9.0",
"monaco-editor": "0.47.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"scroll-behavior-polyfill": "^2.0.13",
"shopify-buy": "^2.22.0",
"solid-dismiss": "^1.7.122",
"solid-heroicons": "<3.0.0",
"solid-js": "1.8.16",
"solid-repl": "^0.25.0",
"solid-social": "^0.9.6",
"solid-transition-group": "^0.2.3",
"solid-utils": "^0.8.1"
},
"devDependencies": {
"@aminya/minijson": "^1.1.0",
"@mdx-js/rollup": "^3.0.1",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.7",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"front-matter": "^4.0.2",
"globby": "^14.0.1",
"got": "^14.2.1",
"htmlnano": "^2.1.0",
"https-localhost": "^4.7.1",
"jiti": "^1.21.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"solid-mdx": "^0.0.7",
"svgo": "^3.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-dir": "^4.0.0",
"tailwindcss-rtl": "^0.9.0",
"terser-config-atomic": "^1.0.0",
"typescript": "^5.4.3",
"vite": "^5.2.14",
"vite-plugin-pwa": "^0.19.6",
"vite-plugin-solid": "2.10.2"
},
"resolutions": {
"solid-js": "1.8.16",
"@rollup/pluginutils": "5.1.0"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}