-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 901 Bytes
/
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
{
"name": "argram-v0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"postcss": "8.4.22",
"svelte": "^3.55.1",
"tailwindcss": "3.3.1",
"tinro": "^0.6.12",
"vite": "^4.2.0"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"arweavekit": "^1.2.14",
"dotenv": "^16.3.1",
"ramda": "^0.29.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"vite-plugin-notifier": "^0.1.5",
"warp-contracts": "^1.4.1",
"warp-contracts-plugin-deploy": "^1.0.4"
}
}