-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 955 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
37
{
"name": "snapaper-react",
"version": "0.0.1",
"description": "Snapaper @next Version",
"packageManager": "pnpm@9.2.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"upgrade": "ncu -u -x axios,antd,next"
},
"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.3.1",
"antd": "^4.24.15",
"axios": "^0.27.2",
"ismobilejs": "^1.1.1",
"js-cookie": "^3.0.5",
"next": "^13.0.2",
"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.79.1"
}
}