-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
41
42
{
"name": "cncjs.org",
"description": "cncjs.org site",
"version": "0.0.0",
"author": "Cheton Wu <cheton@gmail.com>",
"keywords": [
"cncjs",
"cncjs.org",
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && scripts/deploy.sh"
},
"dependencies": {
"chroma-js": "^0.7.2",
"classnames": "^2.2.5",
"color-pairs-picker": "^1.3.5",
"gatsby": "^0.12.28",
"lodash": "^4.17.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^3.0.0",
"markdown-it-attrs": "^0.8.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"react-document-title": "^2.0.1",
"react-github-button": "^0.1.10",
"react-typography": "^0.15.0",
"typography": "^0.15.0",
"typography-plugin-code": "^0.15.0",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.22.0",
"gh-pages": "^0.12.0"
}
}