-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "lightscript.org-website",
"description": "LightScript documentation website",
"version": "0.5.9",
"author": "Alex Rattray <rattray.alex@gmail.com>",
"dependencies": {
"babel-plugin-lightscript": "0.5.9",
"babel-preset-env": "^1.1.8",
"babel-preset-lightscript": "0.5.9",
"babel-standalone": "^6.22.1",
"chroma-js": "^0.7.2",
"classnames": "^2.2.5",
"color-pairs-picker": "^1.3.5",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.0",
"gatsby": "lightscript/gatsby",
"gh-pages": "^0.12.0",
"highlight.js": "^9.9.0",
"highlights": "^2.1.1",
"lightscript-eslint": "0.5.9",
"lodash": "^4.17.2",
"node-sass": "^4.5.3",
"prettier": "^0.20.0",
"react-ace": "^4.1.6",
"react-document-title": "^2.0.2",
"react-ga": "^2.1.2",
"react-motion": "^0.1.0",
"react-responsive-grid": "^0.3.3",
"react-sticky": "^5.0.5",
"react-typography": "^0.15.0",
"react-waypoint": "^5.1.0",
"remark": "^6.2.0",
"remark-react": "^3.1.0",
"remark-toc": "^3.1.0",
"serve": "^5.0.3",
"tcomb": "^3.2.16",
"typography": "^0.15.0",
"typography-plugin-code": "^0.15.0",
"underscore.string": "^3.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"test": "npm run lint",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "rm -rf docs && gatsby build && mv public docs && cp CNAME docs",
"preversion": "npm run build && git add -A",
"serve": "./node_modules/.bin/serve docs",
"lint": "./node_modules/.bin/eslint . --ext .lsc"
}
}