-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "mintus-frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier src/**/*.{js,vue,css} --write",
"lint": "eslint --ext .js --ext .jsx --ext .vue src/",
"lint:fix": "eslint --ext .js --ext .jsx --ext .vue src/ --fix"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@vueuse/core": "^8.5.0",
"daisyui": "^2.14.3",
"ethers": "^5.6.6",
"pinia": "^2.0.14",
"vee-validate": "^4.5.11",
"vue": "^3.2.25",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"naive-ui": "^2.29.0",
"postcss": "^8.4.13",
"prettier": "2.6.2",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9"
}
}