forked from chantastic/sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "reactpatterns.com",
"version": "0.0.1",
"description": "React Patterns and Practices. No nonsense.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chantastic/reactpatterns.com.git"
},
"author": "Michael Chan <[email protected]>",
"license": "BY-NC-SA",
"bugs": {
"url": "https://github.com/chantastic/reactpatterns.com/issues"
},
"homepage": "https://github.com/chantastic/reactpatterns.com#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"
}
}