-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "blockly-terminal",
"version": "0.0.3",
"private": true,
"description": "A simple terminal emulator for displaying text output from Google Blockly.",
"author": "Daniel Duckworth",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "https://github.com/danielduckworth/blockly-terminal"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"start": "vite preview"
},
"dependencies": {
"appwrite": "^11.0.0",
"blockly": "^10.0.1",
"micromodal": "^0.4.10",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"sass": "^1.63.6",
"simple-syntax-highlighter": "^3.0.2",
"vue": "3.3.4",
"vue-tsc": "^1.8.4",
"vue3-perfect-scrollbar": "^1.6.1",
"vuetify": "3.3.7",
"webfontloader": "^1.6.28",
"xterm": "^5.2.1"
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@mdi/js": "^7.2.96",
"@rushstack/eslint-patch": "^1.3.2",
"@types/micromodal": "^0.3.3",
"@types/node": "^20.4.1",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"postcss": "^8.4.25",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"vite-plugin-static-copy": "^0.16.0",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.0.9"
}
}