-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 3.49 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "blogalog",
"version": "0.1.0",
"type": "module",
"scripts": {
"notes": "yarn install necessary to include any yarn linked components",
"dev": "vite dev --port 3055",
"devopen": "vite dev --open",
"package": "vite package",
"preview": "vite preview",
"qbuild": "vite build ",
"build": "vite build ",
"run": "vite build; vite preview",
"commit": "git add . -A ; git commit ; git push origin main ",
"commitprod": "git add . -A ; git commit ; git push origin prod ",
"prod": "link vercel directly to prod branch; don't push to prod",
"stage": "yarn install; vercel",
"plasmid": "yarn add --dev git+https://github.com/janzheng/plasmid.git",
"ln-plasmid": "ln -s /Users/janzheng/Desktop/Projects/phagedir/plasmid /Users/janzheng/Desktop/Projects/blogalog/src ",
"fly": "fly deploy --config fly.toml --dockerfile Dockerfile",
"start": "node build/index.js "
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.14.7",
"@babel/runtime": "^7.9.2",
"@fontsource/nanum-myeongjo": "^5.0.17",
"@iconify/svelte": "^3.1.4",
"@notionhq/client": "^2.2.14",
"@sveltejs/adapter-vercel": "^1.0.0",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.0",
"@yawnxyz/playground": "^0.0.8",
"@yawnxyz/sheetlog": "^0.0.11",
"@yawnxyz/sveltekit-notion": "^0.0.555",
"async-sema": "^3.1.1",
"autoprefixer": "^10.4.8",
"chrono-node": "^2.7.5",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.15",
"cssnano": "^5.1.15",
"csvtojson": "^2.0.10",
"dayjs": "^1.11.7",
"dotenv": "^15.0.0",
"gsap": "^3.12.4",
"immer": "^10.0.4",
"js-tiktoken": "^1.0.10",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-attrs": "^4.1.6",
"marked": "^4.0.17",
"mdsvex": "^0.11.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.1",
"openai": "^4.29.1",
"pagedjs": "^0.4.3",
"path": "^0.12.7",
"plasmid": "git+https://github.com/janzheng/plasmid.git",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.2",
"ramda": "^0.29.1",
"ramda-async": "^1.1.2",
"sanitize-html": "^2.11.0",
"sass": "^1.45.2",
"scrollmagic": "^2.0.8",
"scrollmagic-plugin-gsap": "^1.0.4",
"slugify": "^1.6.5",
"sqids": "^0.3.0",
"stripe": "^14.10.0",
"svelte": "^4.2.8",
"svelte-immer-store": "^1.0.2",
"svelte-jsoneditor": "^0.21.5",
"svelte-persisted-store": "^0.7.0",
"svelte-preprocess": "^5.0.0",
"svelte-seo": "^1.3.1",
"sveltekit-superforms": "^1.8.0",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4",
"undici": "5.11.0",
"vite": "^4.0.2",
"yaml": "^2.3.3",
"zod": "^3.22.4"
},
"dependencies": {
"@fontsource/inter": "^5.0.16",
"bits-ui": "^0.19.7",
"cytosis": "^0.0.607",
"lucide-svelte": "^0.358.0",
"prism-solarized-dark": "^1.0.1",
"prismjs": "^1.29.0",
"radix-icons-svelte": "^1.2.1",
"svelte-radix": "^1.1.0"
},
"publishConfig": {
"@janzheng:registry": "https://npm.pkg.github.com"
}
}