-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.82 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.82 KB
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
{
"name": "starmapenglish",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "node --experimental-modules server/index.js",
"init-db": "node --experimental-modules server/init-db.js"
},
"dependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/haptics": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@capacitor/keyboard": "^8.0.0",
"@capacitor/network": "^8.0.0",
"@capacitor/preferences": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@tailwindcss/postcss": "^4.1.18",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"mysql2": "^3.16.0",
"nodemon": "^3.1.11",
"pinia": "^3.0.4",
"vue": "^3.5.24",
"vue-router": "^4.6.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.2.4",
"vite-plugin-pwa": "^1.2.0"
},
"description": "StarMapEnglish是一个基于Vue 3和Vite构建的现代化英语学习应用,采用科技感UI设计,提供词汇、阅读、听力、写作等全方位英语学习功能,帮助用户高效提升英语水平。",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Kwillited/StarMapEnglish.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kwillited/StarMapEnglish/issues"
},
"homepage": "https://github.com/Kwillited/StarMapEnglish#readme"
}