-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 KB
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
{
"name": "drewf.eth",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"dweb": "STATIC_SITE=1 vite build && env-cmd --no-override --silent node ./scripts/pinDWeb.js",
"ens": "env-cmd --no-override --silent node ./scripts/pinDWeb.js",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "1.0.0-next.43",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"autoprefixer": "^10.4.12",
"env-cmd": "^10.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"ipfs-core": "^0.16.1",
"ipfs-http-client": "^58.0.1",
"mdsvex": "^0.10.6",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.51.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"sveltekit-autoimport": "^1.6.9",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.7"
},
"type": "module",
"dependencies": {
"daisyui": "^2.31.0",
"theme-change": "^2.2.0"
}
}