-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "word-soup",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@dsp-ts/math": "^0.1.0",
"@fontsource/rubik": "^5.1.0",
"@lezer/highlight": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/p5": "^1.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@uiw/codemirror-themes": "^4.23.4",
"@uiw/codemirror-themes-all": "^4.23.4",
"@uiw/react-codemirror": "^4.23.4",
"astro": "^4.15.11",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"p5": "^1.11.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-knob-headless": "^0.3.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0"
}
}