-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 Bytes
/
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
{
"name": "weather_app_cookies",
"repository": "https://github.com/jeas560/weather_app_cookies",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@vercel/examples-ui": "^1.0.5",
"js-cookie": "^3.0.5",
"next": "canary",
"react": "latest",
"react-dom": "latest",
"react-toastify": "^10.0.4",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "17.0.14",
"@types/react": "latest",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "canary",
"jest": "^29.6.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"turbo": "^1.8.3",
"typescript": "4.5.5"
}
}