forked from peterhuene/wasmbuilder.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 791 Bytes
/
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
{
"devDependencies": {
"@bytecodealliance/jco": "^0.11.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.5",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"parcel": "^2.9.3",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"process": "^0.11.10",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.10",
"immer": "^10.0.2",
"prism-react-renderer": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.8.3",
"zustand": "^4.4.1"
}
}