-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.22 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
{
"name": "defender-remix-plugin-sveltekit",
"private": true,
"type": "module",
"scripts": {
"prepare": "node scripts/prepare.js",
"dev": "pnpm prepare && vite dev",
"build": "pnpm prepare && vite build",
"preview": "pnpm prepare && vite preview",
"check": "pnpm prepare && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "pnpm prepare && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"@openzeppelin/defender-sdk": "^2.5.0",
"@remixproject/plugin": "^0.3.38",
"@remixproject/plugin-api": "^0.3.38",
"@remixproject/plugin-iframe": "^0.3.38",
"@remixproject/plugin-utils": "^0.3.38",
"@sveltejs/adapter-netlify": "^4.3.6",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"solc": "^0.8.28",
"file-saver": "^2.0.5",
"superchain-registry": "github:ethereum-optimism/superchain-registry"
},
"version": "0.0.1"
}