-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.08 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.08 KB
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
{
"name": "labstx-ide",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.30.0",
"@make-software/csprclick-core-client": "^1.11.0",
"@make-software/csprclick-ui": "^1.12.0",
"@monaco-editor/react": "^4.7.0",
"@stacks/clarinet-sdk-browser": "^3.16.0",
"@stacks/common": "^7.3.1",
"@stacks/connect": "^8.2.5",
"@stacks/network": "^7.3.1",
"@stacks/transactions": "^7.3.1",
"@tailwindcss/vite": "^4.2.2",
"@types/canvas-confetti": "^1.9.0",
"@types/cookie-parser": "^1.4.10",
"@types/dotenv": "^6.1.1",
"@types/node-fetch": "^2.6.13",
"@webcontainer/api": "^1.6.1",
"@xterm/addon-web-links": "^0.12.0",
"assemblyscript": "^0.27.0",
"canvas-confetti": "^1.9.4",
"casper-js-sdk": "^2.7.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"gsap": "^3.14.2",
"idb": "^8.0.3",
"idb-keyval": "^6.2.2",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"monaco-editor": "^0.45.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-languageclient": "^10.7.0",
"multer": "^2.0.2",
"node-fetch": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-joyride": "^2.9.3",
"recharts": "^3.8.1",
"sats-connect": "^4.2.1",
"socket.io-client": "^4.8.3",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0",
"vscode-icons-js": "^11.6.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-languageserver-types": "^3.17.5",
"vscode-oniguruma": "^2.0.1",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}