-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 951 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 951 Bytes
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
{
"name": "sourcescan-verifier-front",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.1",
"@codemirror/lang-rust": "^6.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/react": "18.2.21",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.9.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.15",
"next": "15.3.8",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-simple-pull-to-refresh": "^1.3.3",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/node": "^22.15.18",
"eslint-plugin-unused-imports": "^4.1.4"
}
}