-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.59 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
{
"name": "leo-blog-starter",
"version": "1.0.0",
"description": "We be bloggin",
"private": true,
"main": "n/a",
"scripts": {
"api": "leo graphql",
"build": "NODE_ENV=production leo build",
"serve-dist": "http-server dist",
"start": "leo develop",
"test": "echo \"Error: no test specified\" && exit 1",
"update-schema": "leo schema -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superawesomelabs/leo-blog-starter.git"
},
"keywords": [
"leo",
"static"
],
"author": "Chris Biscardi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/superawesomelabs/leo-blog-starter/issues"
},
"homepage": "https://github.com/superawesomelabs/leo-blog-starter#readme",
"dependencies": {
"@sa-labs/leo-core": "^0.7.1",
"@sa-labs/leo-plugin-blogpost": "^0.7.0",
"@sa-labs/leo-plugin-postcss": "^0.7.0",
"@sa-labs/leo-plugin-images": "0.7.0",
"@sa-labs/leo-plugin-markdown": "^0.7.0",
"@sa-labs/leo-scaffolding-apollo": "^0.7.1",
"@sa-labs/graphql-directory-api": "^0.7.0",
"frontmatter-loader": "0.0.1",
"lost": "^6.6.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^1.2.0",
"eslint-plugin-graphql": "^0.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-prettier": "^2.0.0",
"eslint-plugin-react": "^6.10.0",
"http-server": "^0.8.5",
"normalize.css": "^3.0.3",
"prettier": "^0.18.0"
}
}