forked from toeverything/AFFiNE.pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.77 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "affine.pro",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"sync-blog": "tsx generation/sync-blog.ts",
"sync-changelog": "tsx generation/sync-changelog.ts",
"sync-template": "tsx generation/sync-template.ts",
"gen-rss": "tsx generation/gen-rss.ts",
"gen-sitemap": "tsx generation/gen-sitemap.ts",
"gen:all": "yarn sync-blog && yarn sync-changelog && yarn sync-template && yarn gen-rss && yarn gen-sitemap"
},
"type": "module",
"dependencies": {
"@splinetool/runtime": "^0.9.489",
"@vueuse/core": "^9.12.0",
"axios": "^1.3.2",
"cacheables": "^1.2.2",
"element-plus": "^2.2.29",
"gsap": "^3.11.5",
"laser-pen": "^1.0.0",
"lodash.throttle": "^4.1.1",
"matter-js": "^0.19.0",
"p-queue": "^8.0.1",
"phenomenon": "^1.6.0",
"rand-seed": "^2.1.4",
"semver": "^7.5.0",
"sitemap": "^8.0.0",
"tsx": "^4.9.3",
"tweakpane": "^3.1.7",
"typescript-cookie": "^1.0.4",
"vue-highlight-words": "^3.0.1",
"vue3-lottie": "^3.2.0",
"vue3-marquee-slider": "^1.0.5"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.669.0",
"@element-plus/nuxt": "^1.0.3",
"@iconify/json": "^2.2.19",
"@nuxt/content": "^2.13.4",
"@nuxt/image-edge": "^1.3.0-28493895.369b747",
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/i18n": "^8.0.0-rc.5",
"@pinia/nuxt": "^0.5.5",
"@tweakpane/core": "^1.1.6",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.13",
"@types/json-stable-stringify": "^1.0.36",
"@types/matter-js": "^0.19.0",
"@types/node": "^18.13.0",
"@types/semver": "^7.3.13",
"@unocss/extractor-pug": "^0.49.4",
"@unocss/nuxt": "^0.49.4",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"affine-reader": "^3.3.4",
"fs-extra": "^11.2.0",
"json-stable-stringify": "^1.1.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"nuxt": "^3.13.2",
"nuxt-icons": "^3.1.0",
"nuxt-mixpanel": "^1.0.0",
"nuxt-security": "^2.0.0-rc.9",
"pug": "^3.0.2",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sitemap": "^8.0.0",
"stylus": "^0.59.0",
"tsx": "^4.19.0",
"typescript": "^5.1.6",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"unplugin-auto-import": "^0.14.2",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "^0.23.0",
"unstorage": "^1.12.0",
"xml-formatter": "^3.6.3"
},
"resolutions": {
"string-width": "4.2.3"
},
"packageManager": "yarn@4.5.1"
}