-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
85 lines (85 loc) · 2.48 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
77
78
79
80
81
82
83
84
85
{
"name": "gatsby-starter-craftcms",
"description": "Gatsby craftcms starter",
"version": "1.0.1",
"author": "Dave Stockley <magicspon@gmail.com>",
"dependencies": {
"@rematch/core": "^1.0.0-beta.4",
"autoprefixer": "^9.0.1",
"babel-plugin-emotion": "^9.2.6",
"babel-plugin-tailwind": "^0.1.10",
"emotion": "^9.2.6",
"emotion-server": "^9.2.6",
"fontfaceobserver": "^2.0.13",
"gatsby": "^2.0.0-beta.102",
"gatsby-cli": "^2.0.0-rc.0",
"gatsby-paginate": "^1.0.16",
"gatsby-plugin-create-client-paths": "2.0.0-rc.0",
"gatsby-plugin-emotion": "^2.0.0-beta.3",
"gatsby-plugin-layout": "^1.0.0-beta.1",
"gatsby-plugin-manifest": "^1.0.27",
"gatsby-plugin-offline": "^2.0.0-beta.9",
"gatsby-plugin-postcss": "^2.0.0-beta.3",
"gatsby-plugin-react-helmet": "^3.0.0-beta.4",
"gatsby-plugin-svg-sprite": "^1.0.0",
"gatsby-source-graphql": "^2.0.0-beta.2",
"graphql-request": "^1.8.2",
"intersection-observer": "^0.5.0",
"match-sorter": "^2.2.3",
"modularscale-js": "^3.0.1",
"mud-from-to": "^1.0.4",
"nprogress": "^0.2.0",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.6",
"react-helmet": "^5.2.0",
"react-pose": "^3.3.0",
"react-redux": "^5.0.7",
"sitemap": "^2.0.1",
"stylelint": "^9.3.0",
"tailwindcss": "^0.6.4"
},
"keywords": [
"gatsby, craftcms"
],
"license": "MIT",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop --https",
"serve": "gatsby serve",
"clean": "rm -rf public",
"lint:js": "eslint --ext .js,.jsx .",
"format:js": "prettier 'src/**/*.{js,jsx}' --write",
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"deploy": "npm run build && netlify deploy"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/preset-react": "^7.0.0-beta.54",
"babel-eslint": "^8.2.6",
"babel-plugin-ramda": "^1.6.2",
"babel-preset-react": "^6.24.1",
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"imports-loader": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pify": "^4.0.0",
"postcss-loader": "*",
"precss": "^3.1.2",
"purgecss-webpack-plugin": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/magicspon/gatsby-starter-craftcms"
}
}