-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 KB
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
53
{
"name": "electify-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.13.7",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@headlessui/react": "^2.2.0",
"@tanstack/react-query": "^5.74.0",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"file-saver": "^2.0.5",
"framer-motion": "^12.12.1",
"graphql": "^16.11.0",
"graphql-request": "^7.1.2",
"lodash": "4.17.21",
"lucide-react": "^0.511.0",
"merkletreejs": "^0.5.2",
"moment": "2.30.1",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "^2.15.3",
"snarkjs": "^0.7.5",
"tailwindcss": "4.0.9",
"web3": "4.16.0",
"yup": "1.6.1"
},
"devDependencies": {
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@eslint/eslintrc": "3",
"@tailwindcss/postcss": "4.0.7",
"autoprefixer": "10.4.20",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-no-relative-import-paths": "1.6.1",
"eslint-plugin-prettier": "5.2.3",
"postcss": "8.5.3",
"prettier": "3.5.1",
"typescript": "5.7.3"
}
}