-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "vibe-check-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@eslint/js": "^9.4.0",
"@noir-lang/backend_barretenberg": "^0.30.0",
"@noir-lang/noir_js": "^0.30.0",
"@types/eslint__js": "^8.42.3",
"asn1.js": "^5.4.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"face-api.js": "^0.22.2",
"jszip": "^3.10.1",
"mobile-device-detect": "^0.4.3",
"pkijs": "^3.1.0",
"protobufjs": "^7.3.2",
"starknet": "6.11.0",
"vue": "^3.4.21",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.3.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.27.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-visualizer": "5.12.0",
"rollup-plugin-copy": "3.5.0",
"typescript-eslint": "7.16.1",
"vite-plugin-node-polyfills": "0.22.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vue-tsc": "^2.0.6",
"vue-eslint-parser": "^9.4.3"
}
}