-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nice-out-pwa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@segment/snippet": "^5.2.1",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"@tanstack/query-sync-storage-persister": "^5.52.0",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-persist-client": "^5.52.1",
"clsx": "^2.1.0",
"d3-array": "^3.2.4",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"framer-motion": "^11.0.28",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "14.1.4",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"tz-lookup": "^6.1.25"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"webpack": "^5.91.0"
}
}