-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 952 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": "PicSwitcher",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.4",
"@eisberg-labs/next-google-adsense": "^4.0.2",
"@eisberg-labs/next-google-analytics": "^5.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/antd": "^1.0.0",
"@types/node": "^20.4.6",
"antd": "^5.8.1",
"next": "^13.4.12",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.1.8",
"nextjs-google-adsense": "^1.0.0",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-github-btn": "^1.2.1"
},
"devDependencies": {
"@types/react": "^18.2.18",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"typescript": "^5.1.6"
}
}