-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "url-priority",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"category_codes": "bash scripts/fetchCategoryCodes.sh",
"script:build-translations": "node ./scripts/build-translations.js"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.3",
"axios": "^1.7.1",
"country-util": "^0.2.0",
"next": "^14.2.5",
"ooni-components": "0.6.0-alpha.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-intl": "^6.6.8",
"react-table": "^7.8.0",
"styled-components": "^6.1.11",
"swr": "^2.2.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.34",
"@welldone-software/why-did-you-render": "^8.0.1",
"glob": "^11.0.0",
"ts-migrate": "^0.1.35",
"typescript": "^5.5.3"
}
}