-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.16 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"version": "0.0.1",
"scripts": {
"dev": "vite-ssr --host",
"build": "vite-ssr build && npm run move",
"build:deploy": "npm run build && npm run deploy",
"move": "node scripts/vercelBuild.js",
"start": "node ./_app/server/main.js",
"deploy": "cd ./serverless && vercel",
"deploy:prod": "cd ./serverless && vercel --prod"
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@types/resize-observer-browser": "^0.1.6",
"@volar/typescript-language-service": "^0.33.2",
"@vue/runtime-dom": "^3.2.24",
"@vue/server-renderer": "^3.2.24",
"@vueuse/core": "^7.1.2",
"@vueuse/head": "^0.7.2",
"axios": "^0.24.0",
"express": "^4.17.1",
"jquery": "^3.6.0",
"mitt": "^3.0.0",
"node-fetch": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.6",
"scrollbooster": "^3.0.2",
"typeset": "^0.3.1",
"v-shared-element": "^3.1.0",
"vite-ssr": "^0.14.3",
"vue": "^3.2.26",
"vue-i18n": "^9.2.0-beta.23",
"vue-router": "^4.0.12",
"vue3-popper": "^1.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.12.2",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@rollup/plugin-yaml": "^3.1.0",
"@tryghost/content-api": "^1.5.16",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.11",
"@types/nprogress": "^0.2.0",
"@types/tryghost__content-api": "^1.3.7",
"@vitejs/plugin-vue": "^1.9.3",
"animate.css": "^4.1.1",
"axe-core": "^4.3.5",
"dayjs": "^1.10.7",
"eslint": "^8.4.1",
"fs-extra": "^10.0.0",
"hover.css": "^2.3.2",
"normalize.css": "^8.0.1",
"pattern.css": "^1.0.0",
"postcss": "^8.4.5",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"reframe.js": "^3.0.3",
"rough-notation": "^0.5.1",
"typescript": "^4.4.3",
"unplugin-auto-import": "^0.5.3",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.9",
"v-lazy-image": "^2.0.1",
"vite": "2.7.x",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-pages": "^0.19.3",
"vite-plugin-vue-layouts": "^0.5.0",
"vue-axe": "^3.1.2",
"vue-content-loader": "^2.0.1",
"vue-tsc": "^0.3.0"
}
}