-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
49
{
"name": "old-popcat-basterds-app",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"start": "HOST=0.0.0.0 PORT=3331 node build",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.78",
"@sveltejs/adapter-static": "^1.0.0-next.34",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"axios": "^0.27.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"ethers": "^5.6.8",
"i": "^0.3.7",
"node-sass": "^7.0.1",
"npm": "^8.11.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"saos": "^1.3.1",
"sass": "^1.52.1",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-fa": "^2.4.0",
"svelte-loading-spinners": "^0.1.7",
"svelte-marquee": "^0.1.4",
"svelte-meta-tags": "^2.6.1",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.3.1",
"typescript": "~4.6.2",
"web3modal": "^1.9.7"
},
"type": "module"
}