-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 747 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 747 Bytes
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
{
"name": "lingobolt",
"version": "1.0.0",
"description": "An interactive way of learning the first 1000 words in a new language",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"diacritics": "^1.3.0",
"flag-icons": "^6.6.6",
"fuse.js": "^6.6.2",
"js-confetti": "^0.11.0",
"twemoji": "^14.0.2",
"vue": "^3.2.45",
"vue-virtual-scroller": "^2.0.0-beta.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
}
}