-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 979 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
37
38
39
40
{
"name": "bookshelf",
"author": "Jaezmien Naejara",
"license": "GPL",
"private": true,
"version": "1.2.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/kanit": "^4.5.10",
"@fontsource/open-sans": "^4.5.13",
"@fontsource/roboto-slab": "^4.5.9",
"buffer": "^6.0.3",
"debounce": "^1.2.1",
"fimfic-parser": "https://github.com/Jaezmien/fimfic-parser",
"gsap": "^3.10.4",
"lucide-vue-next": "^0.104.0",
"nanoid": "^4.0.0",
"node-html-parser": "^5.3.3",
"object-hash": "^3.0.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@types/debounce": "^1.2.1",
"@types/object-hash": "^2.2.1",
"@types/path-browserify": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"sass": "^1.52.3",
"typescript": "^4.5.4",
"vite": "^2.9.16",
"vite-plugin-pwa": "^0.12.0",
"vue-tsc": "0.35.0"
}
}