-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.5.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"sass": "^1.62.0",
"svelte": "^3.54.0",
"svelte-hamburgers": "^4.0.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"vite": "^4.2.0"
},
"type": "module",
"dependencies": {
"@tweenjs/tween.js": "^19.0.0",
"body-scroll-lock": "^4.0.0-beta.0",
"current-year": "^1.1.12",
"date-and-time": "^2.4.3",
"ethers": "^6.3.0",
"ipfs-http-client": "^60.0.0",
"lil-gui": "^0.18.1",
"markdown-it": "^13.0.1",
"markdown-it-meta": "^0.0.1",
"marked": "^4.3.0",
"parse-md": "^3.0.3",
"svelte-markdown": "^0.2.3",
"three": "^0.151.3"
}
}