This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 2.26 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "waigo.github.io",
"private": true,
"description": "Waigo.js documentation website",
"version": "1.0.0",
"author": "Ramesh Nair <[email protected]>",
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
"bluebird": "^3.4.1",
"chroma-js": "^0.7.2",
"classnames": "^2.2.5",
"color-pairs-picker": "^1.3.5",
"config": "^1.21.0",
"css-loader": "^0.23.1",
"documentation-lite": "^1.0.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"fa-stylus": "^0.2.0",
"file-loader": "^0.9.0",
"findit": "^2.0.0",
"gatsby": "^0.12.3",
"gh-pages": "^0.11.0",
"history": "^2.1.1",
"html-to-react": "^1.0.0",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"lodash": "^4.14.1",
"nib": "^1.1.2",
"null-loader": "^0.1.1",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"react": "^15.3.0",
"react-document-title": "^2.0.1",
"react-dom": "^15.3.0",
"react-headroom": "^2.1.2",
"react-motion": "^0.1.0",
"react-responsive-grid": "^0.3.3",
"react-router": "^2.6.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"react-typography": "^0.12.0",
"redbox-react": "^1.2.10",
"rupture": "^0.6.1",
"shelljs": "^0.7.3",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-relative-loader": "^3.2.0",
"typography": "^0.12.2",
"underscore.string": "^3.2.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"yargs": "^4.8.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"setup": "./scripts/setup.js",
"build": "rm -rf ./public && gatsby build && npm run postBuild",
"postBuild": "./scripts/postBuild.js",
"deploy": "gh-pages -r [email protected]:waigo/waigo.github.io.git -d public -o origin -b master"
}
}