forked from int64ago/getlink-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 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
{
"name": "create-next-example-app",
"description": "A Next.js starter app.",
"repository": {
"type": "git",
"url": "https://github.com/zeit/now-examples/tree/master/nextjs"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development node server.js",
"build": "next build",
"start": "node server.js"
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@auth0/nextjs-auth0": "^0.7.0",
"@zeit/next-css": "^1.0.1",
"antd": "^4.0.0",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"leancloud-storage": "^4.1.0",
"next": "^9.1.6",
"next-offline": "^5.0.0",
"query-string": "^6.9.0",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"short-url-generator": "0.0.13",
"uuid": "^3.3.3",
"validator": "^12.2.0"
}
}