-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "darsh-web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "playwright test",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@floating-ui/vue": "^0.2.1",
"@vueform/slider": "^2.1.7",
"apexcharts": "^3.37.1",
"arc-progress": "^1.0.0",
"axios": "^1.3.2",
"bignumber.js": "^4.0.2",
"ethereumjs-units": "^0.2.0",
"gsap": "^3.11.4",
"jazzicon": "^1.5.0",
"swiper": "^8.4.6",
"truffle-contract": "^4.0.31",
"vue": "^3.2.45",
"vue-axios": "^3.5.2",
"vue-router": "^4.1.6",
"vue-timeago3": "^2.3.0",
"vue3-observe-visibility": "^0.1.2",
"web3": "^1.8.1",
"web3-providers-http": "^1.8.2"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.6",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"vite": "^4.0.0",
"vitest": "^0.25.6"
}
}