-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 2.15 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
55
56
57
58
59
60
61
62
{
"name": "sympy_beta",
"version": "0.11.0",
"kernelName": "sympy_beta_kernel",
"kernelVersion": "1.0.0",
"sympyVersion": "1.12",
"antlrVersion": "4.11.0",
"pyodideURL": "https://cdn.jsdelivr.net/pyodide/v0.23.0/full/pyodide.js",
"homepage": "https://github.com/eagleoflqj/sympy_beta",
"author": {
"name": "Qijia Liu",
"email": "[email protected]",
"url": "https://github.com/eagleoflqj"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"worker": "rollup -c rollup.worker-config.mjs",
"dev": "vite --host",
"lint": "eslint --ext .ts,.mjs,.js,.vue scripts src",
"lint:fix": "eslint --ext .ts,.mjs,.js,.vue --fix scripts src",
"check": "vue-tsc --noEmit",
"build": "pnpm run check && node scripts/download_vocabulary.mjs && node scripts/build_wheel.mjs && cp -r node_modules/mathlive/dist/fonts public && rimraf dist public/pyodideWorker.js public/pyodideWorker.js.map && NODE_ENV=production pnpm run worker && vite build",
"preview": "vite preview --host"
},
"devDependencies": {
"@libreservice/my-worker": "^0.4.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vicons/fa": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.0",
"jquery": "^3.7.0",
"jquery.terminal": "^2.36.0",
"katex": "^0.16.7",
"markdown-escape": "^2.0.0",
"mathlive": "^0.94.5",
"naive-ui": "^2.34.4",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-pwa": "^0.15.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-run": "^0.4.1",
"vooks": "^0.2.12",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"vue-tsc": "^1.6.5"
}
}