generated from yenly/foamy-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.54 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
{
"dependencies": {},
"devDependencies": {
"@aws-amplify/backend": "^0.12.1",
"@aws-amplify/backend-cli": "^0.11.1",
"@photo-sphere-viewer/core": "^5.1.4",
"@sveltejs/adapter-vercel": "^5.2.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/js-yaml": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"aws-amplify": "^6.0.27",
"aws-cdk": "^2.135.0",
"aws-cdk-lib": "^2.135.0",
"constructs": "^10.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.35.1",
"hsluv": "^1.0.0",
"js-yaml": "^4.1.0",
"mdsvex": "^0.11.0",
"nanoid": "^4.0.2",
"openai": "^4.32.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.60.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.4.3",
"vite": "^5.0.0",
"vite-imagetools": "^7.0.1",
"vitest": "^1.4.0"
},
"name": "digital-garden-svelte",
"private": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"preview": "vite preview",
"test:unit": "vitest"
},
"type": "module",
"version": "0.0.1"
}