-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 978 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
33
34
35
36
{
"name": "laminate-calculation",
"private": false,
"author": "laorange",
"homepage": "https://github.com/laorange/laminate-calculation",
"license": "AGPL-3.0",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build --base=./",
"build-flask": "vue-tsc --noEmit && vite build --base=/static/",
"build-go": "vue-tsc --noEmit && vite build --base=/dist/",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"katex": "^0.15.6",
"mathjs": "^10.6.4",
"naive-ui": "^2.34.2",
"pinia": "^2.0.27",
"rollup": "^3.6.0",
"vant": "^3.6.10",
"vatex": "^0.1.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.4",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.7.2",
"unplugin-vue-components": "^0.19.9",
"vite": "^3.2.5",
"vite-plugin-singlefile": "^0.13.1",
"vue-tsc": "^0.34.17"
}
}