-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 975 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
{
"name": "reactpatterns.cn",
"version": "0.0.1",
"description": "React Patterns and Practices. No nonsense.",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "https://github.com/keelii/reactpatterns.cn"
},
"author": "Michael Chan <mijoch@gmail.com>",
"license": "BY-NC-SA",
"bugs": {
"url": "https://github.com/keelii/reactpatterns.cn/issues"
},
"homepage": "https://github.com/keelii/reactpatterns.cn#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"highlight.js": "^9.13.0",
"next": "^7.0.2",
"react": "^16.6.0-alpha.8af6728",
"react-dom": "^16.6.0-alpha.8af6728",
"react-ga": "^2.5.3",
"remark-external-links": "^3.0.0",
"remark-highlight.js": "^5.0.0",
"remark-slug": "^5.1.0",
"remark-toc": "^5.0.0"
}
}