-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
38
39
40
{
"name": "next-website",
"description": "Next.js Official Homepage",
"version": "1.6.1",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next build && next export -o 7.0.0-canary.11",
"help": "next -h",
"start": "next start",
"scp":"scp -r /HD/mycode/ssr/next-site-cn/7.0.0-canary.11/ [email protected]:/ice/next-site-cn/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/next-website.git"
},
"author": "",
"license": "MIT",
"homepage": "https://nextjs.org",
"bugs": {
"url": "https://github.com/zeit/next-website/issues"
},
"dependencies": {
"@mdx-js/mdx": "0.7.3",
"@zeit/next-mdx": "1.0.0",
"intersection-observer": "0.5.0",
"lodash.debounce": "4.0.8",
"mitt": "1.1.3",
"next": "6.0.3",
"nprogress": "0.2.0",
"react": "16.3.0",
"react-dom": "16.3.0",
"react-slick": "0.23.1",
"react-transition-group": "2.3.1",
"scroll-into-view-if-needed": "1.5.0"
},
"devDependencies": {
"express": "^4.16.4"
}
}