forked from nyancodeid/quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 951 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": "quotes",
"description": "Every Day Inspirasional Quotes",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "npm run generate:quotes && vue-tsc --noEmit && vite-ssg build",
"serve": "vite preview",
"generate:quotes": "node quotes/generator.js"
},
"dependencies": {
"@vue/server-renderer": "^3.2.19",
"@vueuse/head": "^0.5.1",
"lozad": "^1.16.0",
"vite-ssg": "^0.15.4",
"vue": "^3.2.16"
},
"devDependencies": {
"@iconify/json": "^1.1.409",
"@types/lozad": "^1.16.1",
"@vitejs/plugin-vue": "^1.9.2",
"autoprefixer": "^10.3.6",
"critters": "^0.0.10",
"dotenv-flow": "^3.2.0",
"js-yaml": "^4.1.0",
"md5": "^2.3.0",
"node-fetch": "^2.6.1",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3",
"unplugin-icons": "^0.12.7",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.0",
"vue-tsc": "^0.3.0"
}
}