-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "perpetual-ui-vue",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tarekraafat/autocomplete.js": "^10.2.7",
"chart.js": "^4.4.0",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.9",
"decimal.js": "^10.4.3",
"lodash.debounce": "^4.0.8",
"maska": "^2.1.9",
"mitt": "^3.0.0",
"obyte": "^0.1.23",
"odapp": "^0.1.14",
"pinia": "^2.1.3",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-gtag": "^2.0.1",
"vue-mathjax-v3": "^0.0.1",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"floating-vue": "^2.0.0-beta.24",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}