-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 849 Bytes
/
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
{
"name": "jxg_editor",
"author": {
"email": "xushengfeng_zg@163.com",
"name": "xsf"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5174",
"build": "tsc && vite build",
"preview": "vite preview"
},
"version": "0.0.1",
"homepage": "https://github.com/xushengfeng/jxg_editor/",
"license": "GPL-3.0",
"dependencies": {
"@cortex-js/compute-engine": "^0.12.2",
"@monaco-editor/loader": "^1.3.2",
"json5": "^2.2.2",
"jsxgraph": "^1.5.0",
"mathlive": "^0.87.1",
"monaco-editor": "^0.34.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}