-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "closerintime-wikidata",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "netlify dev",
"dev:next": "next dev --webpack",
"build": "next build --webpack",
"build:watch": "nodemon --watch src --watch public -e ts,tsx,css,json --exec \"npm run build\"",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"html2canvas": "^1.4.1",
"next": "^16.1.6",
"next-intl": "^4.8.3",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.3.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"jsdom": "^28.1.0",
"nodemon": "^3.1.14",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"vitest": "^4.0.18"
}
}