-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
94 lines (94 loc) · 2.8 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
{
"name": "p5.js-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"build:contributor-docs": "tsx ./src/scripts/builders/contribute.ts",
"build:contributors": "tsx ./src/scripts/builders/people.ts",
"build:reference": "tsx ./src/scripts/builders/reference.ts",
"build:search": "tsx ./src/scripts/builders/search.ts",
"build:p5-version": "tsx ./src/scripts/p5-version.ts",
"custom:dev": "tsx ./src/scripts/branchTest.ts",
"custom:cleanup": "tsx ./src/scripts/resetBranchTest.ts"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/mdx": "^2.1.1",
"@astrojs/preact": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.4.1",
"astro-compress": "^2.2.10",
"astrojs-service-worker": "^2.0.0",
"autoprefixer": "^10.4.19",
"cheerio": "^1.0.0-rc.12",
"cssnano": "^6.1.2",
"fuse.js": "^7.0.0",
"js-yaml": "^4.1.0",
"keyword-extractor": "^0.0.28",
"lodash": "^4.17.21",
"preact": "^10.19.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest",
"astro-compress": {
"sharp": "0.32.6"
},
"astro": {
"sharp": "0.32.6"
}
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@preact/preset-vite": "^2.8.2",
"@testing-library/preact": "^3.2.3",
"@types/he": "^1.2.3",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.17.1",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@uiw/codemirror-extensions-basic-setup": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
"documentation": "^14.0.3",
"eslint": "^8.56.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"gray-matter": "^4.0.3",
"he": "^1.2.0",
"html-entities": "^1.3.1",
"is-absolute-url": "^4.0.1",
"jsdom": "^24.0.0",
"marked": "^4.0.10",
"msw": "^2.2.9",
"path": "^0.12.7",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"sass": "^1.72.0",
"sharp": "^0.33.2",
"shiki": "^1.1.7",
"simple-git": "^3.22.0",
"strip-markdown": "^6.0.0",
"tsx": "^4.7.1",
"yuidocjs": "^0.10.2"
}
}