-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 851 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 851 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
{
"name": "google-search-console",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "run g:dev",
"build": "run g:build",
"check-biome": "run g:check-biome",
"check-eslint": "run g:check-eslint",
"pack": "run g:pack",
"preview": "run g:preview",
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"@ataverascrespo/react18-ts-textfit": "^1.0.0",
"aveta": "^1.5.2",
"cheerio": "^1.1.2",
"framer-plugin": "3.11.0-alpha.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
"recharts": "^3.2.0",
"valibot": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7"
}
}