-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
35 lines (35 loc) · 929 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
{
"name": "primary-school-mathematics",
"private": true,
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build:github": "vite build --base=/PrimarySchoolMathematics/",
"preview:github": "vite preview --base=/PrimarySchoolMathematics/",
"build": "vite build",
"build:suiyan": "vite build --base=/demo/psm/",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.1.3",
"element-plus": "2.3.1",
"lodash": "^4.17.21",
"pinia": "^2.0.35",
"uuid": "^9.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"vite": "^3.2.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.15.0"
}
}