-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "quantum-sheet",
"version": "0.0.9",
"type": "module",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/stefnotch/quantum-sheet.git"
},
"contributors": [
{
"name": "phcreery",
"url": "https://github.com/phcreery"
},
{
"name": "Stefnotch",
"url": "https://github.com/stefnotch"
}
],
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"deploy": "vite build --base=/quantum-sheet/ && node utils/publish.js",
"download:pyodide": "node ./utils/download-pyodide.js"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@cortex-js/compute-engine": "^0.4.2",
"@vueuse/core": "^6.1.0",
"ant-design-vue": "^2.2.6",
"browser-fs-access": "^0.20.4",
"idb-keyval": "^5.1.3",
"interactjs": "^1.10.11",
"mathlive": "0.69.5",
"selecto": "^1.12.1",
"uuid": "^8.3.2",
"vue": "^3.2.8"
},
"devDependencies": {
"@interactjs/types": "^1.10.11",
"@shockpkg/archive-files": "^1.11.1",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.8",
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.3",
"node-fetch": "3.0.0",
"vite": "^2.5.3"
}
}