forked from playfulprogramming/playfulprogramming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 5.3 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "playfulprogramming-site",
"private": true,
"description": "Learning programming from magically majestic words",
"version": "0.3.0-alpha.1",
"bugs": {
"url": "https://github.com/playfulprogramming/playfulprogramming/issues"
},
"homepage": "https://playfulprogramming.com",
"keywords": [
"blog",
"education",
"programming"
],
"type": "module",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/playfulprogramming/playfulprogramming.git"
},
"packageManager": "[email protected]",
"scripts": {
"debug": "env-cmd -f ./src/environments/debug.env astro dev --experimental-integrations",
"dev": "env-cmd -f ./src/environments/dev.env astro dev --experimental-integrations",
"dev:vercel": "env-cmd -f ./src/environments/dev.env vercel dev",
"start": "astro dev --experimental-integrations",
"build": "npm-run-all --parallel search-index epub social-previews:build && astro build --experimental-integrations",
"build:debug": "env-cmd -f ./src/environments/debug.env astro build --experimental-integrations",
"build-beta": "env-cmd -f ./src/environments/beta.env pnpm run build",
"preview": "astro preview --experimental-integrations",
"host:local": "cd dist && ws --http2 --compress",
"format": "prettier -w . --cache --plugin-search-dir=.",
"lint": "eslint . --ext .js,.ts,.astro",
"search-index": "tsx build-scripts/search-index.ts",
"social-previews:build": "env-cmd -f ./src/environments/browser-path.env tsx --tsconfig tsconfig.script.json build-scripts/social-previews/index.ts",
"social-previews:dev:build": "env-cmd -f ./src/environments/browser-path.env tsx watch --tsconfig tsconfig.script.json build-scripts/social-previews/live-server.ts",
"social-previews:dev:server": "env-cmd -f ./src/environments/browser-path.env live-server build-scripts/social-previews/dist",
"social-previews:dev": "npm-run-all --parallel social-previews:dev:build social-previews:dev:server",
"epub": "tsx --tsconfig tsconfig.script.json build-scripts/epubs/generate-epubs.ts",
"tsc": "astro check && tsc --noEmit",
"test": "vitest",
"test:debug": "set DEBUG_PRINT_LIMIT=9999999999 && pnpm vitest",
"prepare": "husky && env-cmd -f ./src/environments/browser-path.env playwright install chromium"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/preact": "^3.1.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/vercel": "^7.7.2",
"@lesjoursfr/html-to-epub": "^4.3.0",
"@remark-embedder/core": "^3.0.2",
"@remark-embedder/transformer-oembed": "^5.0.0",
"@rollup/plugin-alias": "^5.1.0",
"@shikijs/rehype": "^1.2.1",
"@shikijs/transformers": "^1.2.1",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/preact": "^3.2.3",
"@testing-library/user-event": "^14.4.3",
"@types/git-branch": "^2.0.5",
"@types/hast": "^3.0.4",
"@types/html-escaper": "^3.0.0",
"@types/json5": "^2.2.0",
"@types/mdast": "^4.0.3",
"@types/node": "^20.5.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vercel/node": "^3.1.7",
"astro": "^4.11.1",
"astro-icon": "^1.1.0",
"autoprefixer": "^10.4.15",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"emoji-regex": "^10.3.0",
"env-cmd": "^10.1.0",
"esbuild": "^0.21.5",
"eslint": "^8.47.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"feed": "^4.2.2",
"fuse.js": "^7.0.0",
"git-branch": "^2.0.1",
"gray-matter": "^4.0.3",
"hast-util-from-html": "^2.0.1",
"hast-util-has-property": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest-location-mock": "^2.0.0",
"json5": "^2.2.3",
"junk": "^4.0.1",
"lint-staged": "^15.2.7",
"live-server": "^1.2.2",
"msw": "^2.3.5",
"npm-run-all": "^4.1.5",
"octokit": "^4.0.2",
"plausible-tracker": "^0.3.8",
"playwright": "^1.42.1",
"postcss": "^8.4.27",
"postcss-csso": "^6.0.1",
"preact-render-to-string": "^6.5.9",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.14.0",
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]",
"rehype-raw": "^7.0.0",
"rehype-slug-custom-id": "^2.0.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-unwrap-images": "^4.0.0",
"sass": "^1.65.1",
"sharp": "^0.33.4",
"shiki": "^1.2.1",
"sitemap": "^8.0.0",
"svgo": "^3.2.0",
"symlink-dir": "^6.0.0",
"terser": "^5.19.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"unified": "^11.0.5",
"unist-util-find": "^3.0.0",
"unist-util-find-all-after": "^5.0.0",
"unist-util-is": "^6.0.0",
"unist-util-visit": "^5.0.0",
"vercel": "^34.2.7",
"vfile": "^6.0.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"lint-staged": {
"*.{js,ts,astro}": "eslint --cache --fix",
"*.{js,ts,astro,jsx}": "prettier --write"
},
"dependencies": {
"@tanstack/react-query": "^5.45.1",
"medium-zoom": "^1.0.8",
"preact": "10.23.2",
"react-aria": "^3.31.1",
"react-stately": "^3.29.1",
"uuid": "^10.0.0"
},
"pnpm": {
"overrides": {
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]"
}
}
}