-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "juster-web",
"version": "1.1.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:stats": "STATS=true vite build",
"serve": "vite preview"
},
"dependencies": {
"@juster-finance/gql-client": "^0.1.0",
"@juster-finance/sdk": "^0.1.5",
"@rollup/plugin-inject": "^5.0.2",
"amplitude-js": "^8.12.0",
"axios": "^0.21.4",
"buffer": "^6.0.3",
"d3": "^7.0.0",
"fast-fuzzy": "^1.12.0",
"focus-trap": "^7.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.5.0",
"luxon": "^3.2.1",
"markdown-it": "^12.2.0",
"node-stdlib-browser": "^1.2.0",
"pinia": "^2.0.13",
"qrcode": "^1.5.1",
"shiki": "^0.14.0",
"uuid": "^8.3.2",
"vite-plugin-node-stdlib-browser": "^0.1.1",
"vue": "^3.2.45",
"vue-gtag": "^2.0.1",
"vue-meta": "^3.0.0-alpha.8",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.0.1",
"eslint": "8.21.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "9.3.0",
"prettier": "2.7.1",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-visualizer": "^5.8.3",
"cypress": "^10.3.1",
"vite": "3.2.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}