-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 958 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": "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.1.0",
"@auth0/nextjs-auth0": "^0.7.0",
"@zeit/next-css": "^1.0.1",
"antd": "^4.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"leancloud-storage": "^4.5.3",
"next": "^9.3.6",
"next-offline": "^5.0.2",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"redux": "^4.0.5",
"short-url-generator": "0.0.13",
"uuid": "^3.4.0",
"validator": "^12.2.0",
"video-react": "^0.14.1"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}