-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.57 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
{
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.2",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@noble/hashes": "^1.8.0",
"@tanstack/vue-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jdenticon": "^3.3.0",
"lucide-vue-next": "^0.541.0",
"pinia": "^2.3.1",
"pyodide": "^0.27.7",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.0"
},
"description": "Online Integrated Development Environment for Bitscript via Python powered by WASM",
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "^11.3.0",
"autoprefixer": "^10.4.21",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"unplugin-auto-import": "^0.18.6",
"vite": "^5.4.19",
"vite-plugin-top-level-await": "^1.5.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.10"
},
"name": "thnbr",
"packageManager": "pnpm@9.5.0",
"private": true,
"scripts": {
"build": "vue-tsc -b && vite build",
"check": "biome check --write src && biome check --write vite.config.ts",
"dev": "vite",
"fmt": "biome format --write src && biome format --write vite.config.ts",
"preview": "vite preview"
},
"type": "module",
"version": "0.1.0"
}