-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "p5-scratch-pad",
"version": "0.0.1",
"description": "scratch pad for website redesign for p5",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"build:reference": "node ./scripts/build-reference.js",
"build:examples": "node ./scripts/build-examples.js"
},
"type": "module",
"author": "",
"license": "MIT",
"dependencies": {
"@astrojs/mdx": "2.0.1",
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "3.0.7",
"@codemirror/lang-javascript": "^6.2.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@uiw/codemirror-extensions-basic-setup": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"astro": "4.0.6",
"astro-compress": "^2.2.3",
"documentation": "^14.0.2",
"gray-matter": "^4.0.3",
"html-entities": "1.3.1",
"preact": "^10.6.5",
"prism-code-editor": "^2.2.4",
"remark": "^15.0.1",
"remark-mdx": "^3.0.0",
"simple-git": "^3.20.0",
"yuidocjs": "^0.10.2"
}
}