-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
{
"name": "safetrust",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@babel/eslint-parser": "^7.15.7",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.3",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.3",
"@vuedx/typescript-plugin-vue": "^0.7.4",
"babel-eslint": "^10.1.0",
"bnc-notify": "^1.9.1",
"bnc-onboard": "^1.34.1",
"chai": "^4.3.4",
"chai-ethers": "^0.0.1",
"dotenv": "^16.0.0",
"hardhat": "2.1",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "*",
"mocha": "^9.0.3",
"ts-node": "^10.1.0",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.16",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@metamask/detect-provider": "^1.2.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-vue": "^1.9.0",
"@vue/compiler-sfc": "^3.2.16",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.18.0",
"ethers": "^5.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.3.5",
"vite": "^2.5.10",
"vue-tsc": "^0.3.0"
}
}