-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
42
43
44
45
{
"name": "snapaper-react",
"version": "0.0.1",
"description": "Snapaper @next version",
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"upgrade": "ncu -u -x axios,antd,next,react,react-dom",
"postbuild": "next-sitemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Snapaper/snapaper-react.git"
},
"author": "Tony L. He",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Snapaper/snapaper-react/issues"
},
"homepage": "https://github.com/Snapaper/snapaper-react#readme",
"dependencies": {
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.8.5",
"@vercel/speed-insights": "^1.2.0",
"antd": "^4.24.16",
"axios": "^0.27.2",
"ismobilejs": "^1.1.1",
"js-cookie": "^3.0.5",
"next": "^13.5.11",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-axios": "^2.0.6",
"react-dom": "^18.3.1",
"sass": "^1.91.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"next-sitemap": "^4.2.3",
"prettier": "^3.6.2"
}
}