-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "puzzlebox-fe",
"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",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.5.0",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@codemirror/theme-one-dark": "^6.1.1",
"@picocss/pico": "^1.5.7",
"@replit/codemirror-lang-solidity": "^6.0.1",
"@replit/codemirror-vscode-keymap": "^6.0.2",
"@types/three": "^0.149.0",
"@types/underscore": "^1.11.4",
"buffer": "^6.0.3",
"color-blend": "^4.0.0",
"emoji-regex": "^10.2.1",
"esbuild": "^0.17.14",
"ganache": "^7.9.1",
"pkce-challenge": "^3.1.0",
"sass": "^1.62.0",
"seamless-scroll-polyfill": "^2.3.4",
"solc": "^0.8.19",
"svelte-codemirror-editor": "^1.1.0",
"svelte-icons": "^2.1.0",
"svelte-sequential-preprocessor": "^1.0.0",
"three": "^0.150.1",
"troika-worker-utils": "^0.47.0",
"underscore": "^1.13.6",
"viem": "^0.3.1"
}
}