-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.29 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "redprint-wizard",
"description": "Interactive smart contract generator based on OPStack Contracts.",
"version": "0.3.1",
"homepage": "https://redprint.ninja/",
"keywords": [
"blockchain",
"ethereum",
"library",
"smart-contracts",
"solidity",
"code-generator"
],
"files": [
"src/",
"static/",
"LICENSE",
"README.md",
".npmrc",
"LICENSE",
"postcss.config.cjs",
"svelte.config.js",
"tailwind.config.cjs",
"tsconfig.json",
"vite.config.ts"
],
"license": "MIT",
"repository": "github:Ratimon/redprint-wizard",
"scripts": {
"---------------------- DEV WORKFLOW ----------------------": "",
"generate_icon": "pwag static/icon.svg src/web-config.json && cp static/pwa/favicon-512.png static/maskable_icon_512x512.png",
"dev": "dotenv -- vite dev",
"build": "pnpm run generate_icon && dotenv -- vite build",
"preview": "vite preview",
"test": "mocha",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"author": {
"name": "Rati Montreewat",
"url": "https://github.com/Ratimon/redprint-wizard"
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@openzeppelin/contracts": "^5.0.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/file-saver": "^2.0.7",
"@types/markdown-it": "^14.1.2",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.4",
"@types/path-browserify": "^1.0.3",
"@types/uuid": "^9.0.8",
"@vercel/nft": "^0.27.3",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.12",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"hardhat": "^2.22.10",
"just-extend": "^6.2.0",
"markdown-it": "^14.1.0",
"mdsvex": "^0.11.2",
"mocha": "^10.7.3",
"path-browserify": "^1.0.1",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.1.0",
"prepend-file": "^2.0.1",
"pwag": "^0.3.0",
"solc": "^0.8.27",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-meta-tags": "^3.1.2",
"svelte-preprocess": "^5.1.4",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.4"
},
"type": "module",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"amplify-adapter": "^0.1.2",
"file-saver": "^2.0.5",
"highlight.js": "^11.10.0",
"highlightjs-solidity": "^2.0.6",
"shiki": "^1.11.0",
"sitemap": "^8.0.0",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}