-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "time-timer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rimraf public/robots.txt public/sitemap*.xml & next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^0.1.6",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"firebase": "8.10.0",
"idb-keyval": "^6.2.0",
"next": "^13.0.6",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.47",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-loader-spinner": "^5.3.4",
"recoil": "^0.7.6",
"rimraf": "^4.1.2",
"typescript": "4.9.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@types/uuid": "^8.3.4"
}
}