-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.28 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
{
"private": true,
"name": "greyboard",
"version": "1.0.0",
"description": "A small online collaborative whiteboard application for mocking, wireframing, solving problems, and sketching.",
"keywords": [
"solid",
"solidjs",
"cloudflare",
"cloudflare-pages",
"sketching",
"wireframing",
"whiteboard",
"collaboration"
],
"homepage": "https://greyboard.app",
"repository": {
"type": "git",
"url": "https://github.com/greyboardapp/greyboard-frontend.git"
},
"author": "gergoszaszvaradi",
"license": "ISC",
"scripts": {
"dev": "vite & wrangler pages dev . --ip=localhost --persist",
"build": "vite build",
"sb": "start-storybook",
"lint": "eslint 'client/**/*' 'functions/**/*' 'common/**/*'",
"deploy": "wrangler pages publish . --project-name=greyboard"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "7.16.7",
"@cloudflare/workers-types": "^3.18.0",
"@gergoszaszvaradi/eslint-config": "^1.1.2",
"@gergoszaszvaradi/eslint-config-solid": "^1.1.2",
"@gergoszaszvaradi/stylelint-config": "^1.2.1",
"@gergoszaszvaradi/vite-env": "^1.0.2",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "6.5.13",
"@storybook/builder-vite": "^0.2.5",
"babel-loader": "^8.3.0",
"better-sqlite3": "8.1.0",
"env-cmd": "^10.1.0",
"postcss": "^8.4.18",
"sass": "^1.54.8",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vite-plugin-comlink": "^3.0.5",
"vite-plugin-solid": "^2.3.0",
"vite-plugin-solid-svg": "^0.4.1",
"wrangler": "^2.16.0"
},
"dependencies": {
"@microsoft/signalr": "^7.0.2",
"@motionone/solid": "^10.14.2",
"@solidjs/router": "^0.4.2",
"@storybook/html": "^6.1.21",
"@tanstack/solid-query": "^4.18.0",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"@tweenjs/tween.js": "^18.6.4",
"auto-bind": "^5.0.1",
"base64-js": "^1.5.1",
"browser-image-compression": "^2.0.0",
"class-variance-authority": "^0.2.4",
"javascript-time-ago": "^2.5.9",
"light-date": "^1.2.0",
"nanoid": "^4.0.0",
"reflect-metadata": "^0.1.13",
"solid-js": "^1.4.7",
"solid-toast": "^0.5.0",
"zod": "^3.19.1"
}
}