-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
{
"name": "supajob-app",
"private": true,
"version": "0.0.0",
"license": "UNLICENSED",
"scripts": {
"dev": "vite",
"build": "pnpm run contracts:build && vue-tsc && vite build",
"preview": "vite preview",
"contracts:build": "waffle",
"contracts:deploy:localhost": "hardhat run src/scripts/contracts/deploy.js --network localhost"
},
"dependencies": {
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.13",
"@ipld/car": "^5.0.1",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-pb": "^3.0.1",
"@ipld/unixfs": "^2.0.0",
"@types/nprogress": "^0.2.0",
"@vueuse/components": "^9.6.0",
"@vueuse/core": "^9.6.0",
"axios": "^1.2.1",
"ethers": "^5.7.2",
"ipft": "^1.0.0",
"multiformats": "^10.0.2",
"nanoid": "^4.0.0",
"nprogress": "^0.2.0",
"supa-app": "^0.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.8.0",
"@prettier/plugin-pug": "^2.3.0",
"@solidity-parser/parser": "^0.14.5",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/markdown-it": "^12.2.3",
"@vitejs/plugin-vue": "^3.2.0",
"@volar/vue-language-plugin-pug": "^1.0.11",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.12.3",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-solidity": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"pug": "^3.0.2",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vue-tsc": "^1.0.9"
}
}