-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 2.01 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
{
"name": "gatsby-starter-alchemy",
"version": "1.0.0",
"description": "A Gatsby starter with PostCSS powers",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bntzio/gatsby-starter-alchemy.git"
},
"keywords": [
"gatsby",
"postcss",
"react"
],
"author": "Enrique Benitez <bntz.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bntzio/gatsby-starter-alchemy/issues"
},
"homepage": "https://github.com/bntzio/gatsby-starter-alchemy#readme",
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.1.2",
"front-matter": "^2.1.0",
"gatsby": "^0.12.39",
"history": "^2.1.2",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"raw-loader": "^0.5.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-ga": "^2.1.2",
"react-helmet": "^4.0.0",
"react-router": "^2.6.1",
"react-typography": "^0.15.0",
"safe-access": "^0.1.0",
"typography": "^0.15.8",
"typography-plugin-code": "^0.15.0",
"underscore.string": "^3.2.3",
"url-loader": "^0.5.7"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.13.2",
"babel-eslint": "^7.2.0",
"babel-loader": "^6.2.5",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.26.1",
"eslint": "^3.x",
"eslint-plugin-react": "^6.10.3",
"file-loader": "^0.10.0",
"image-webpack-loader": "^2.0.0",
"lost": "^8.0.0",
"node-uuid": "^1.4.7",
"null-loader": "^0.1.1",
"postcss-loader": "^1.2.2",
"postcss-nested": "^1.0.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.0",
"rucksack-css": "^0.9.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}